Skip to content

Commit

Permalink
disable in simple widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
x17jiri committed Nov 25, 2024
1 parent b5aef93 commit 722c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/services/modelService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ModelService extends Disposable implements IModelService {
trimAutoWhitespace: trimAutoWhitespace,
largeFileOptimizations: largeFileOptimizations,
bracketPairColorizationOptions,
virtualSpace,
virtualSpace: virtualSpace && !isForSimpleWidget,
};
}

Expand Down

0 comments on commit 722c81c

Please sign in to comment.