Skip to content

Commit d786775

Browse files
alexdimaSethFalco
authored andcommitted
Small tweaks
1 parent b954f50 commit d786775

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5158,7 +5158,7 @@ export const EditorOptions = {
51585158
multiCursorLimit: register(new EditorIntOption(
51595159
EditorOption.multiCursorLimit, 'multiCursorLimit', 10000, 1, 100000,
51605160
{
5161-
markdownDescription: nls.localize('multiCursorLimit', "Controls the max number of text cursors that can be in an active editor at once.")
5161+
markdownDescription: nls.localize('multiCursorLimit', "Controls the max number of cursors that can be in an active editor at once.")
51625162
}
51635163
)),
51645164
occurrencesHighlight: register(new EditorBooleanOption(

src/vs/editor/common/cursorCommon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export class CursorConfiguration {
8585
|| e.hasChanged(EditorOption.emptySelectionClipboard)
8686
|| e.hasChanged(EditorOption.multiCursorMergeOverlapping)
8787
|| e.hasChanged(EditorOption.multiCursorPaste)
88+
|| e.hasChanged(EditorOption.multiCursorLimit)
8889
|| e.hasChanged(EditorOption.autoClosingBrackets)
8990
|| e.hasChanged(EditorOption.autoClosingQuotes)
9091
|| e.hasChanged(EditorOption.autoClosingDelete)

0 commit comments

Comments
 (0)