We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2441447 commit 135b38eCopy full SHA for 135b38e
1 file changed
src/vs/editor/common/config/editorOptions.ts
@@ -3786,7 +3786,7 @@ export const EditorOptions = {
3786
nls.localize('editor.autoSurround.brackets', "Surround with brackets but not quotes."),
3787
''
3788
],
3789
- description: nls.localize('autoSurround', "Controls whether the editor should automatically surround selections.")
+ description: nls.localize('autoSurround', "Controls whether the editor should automatically surround selections when typing quotes or brackets.")
3790
}
3791
)),
3792
codeLens: register(new EditorBooleanOption(
0 commit comments