Skip to content

Commit 135b38e

Browse files
committed
Fixes microsoft#106740: Improve description message
1 parent 2441447 commit 135b38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ export const EditorOptions = {
37863786
nls.localize('editor.autoSurround.brackets', "Surround with brackets but not quotes."),
37873787
''
37883788
],
3789-
description: nls.localize('autoSurround', "Controls whether the editor should automatically surround selections.")
3789+
description: nls.localize('autoSurround', "Controls whether the editor should automatically surround selections when typing quotes or brackets.")
37903790
}
37913791
)),
37923792
codeLens: register(new EditorBooleanOption(

0 commit comments

Comments
 (0)