Skip to content

Commit a455e51

Browse files
committed
Add documentation for editor.autoSurrond.languageDefined for microsoft#57415
1 parent a550394 commit a455e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ const editorConfiguration: IConfigurationNode = {
528528
type: 'string',
529529
enum: ['languageDefined', 'brackets', 'quotes', 'never'],
530530
enumDescriptions: [
531-
'',
531+
nls.localize('editor.autoSurround.languageDefined', "Use language configurations to determine when to automatically surround selections."),
532532
nls.localize('editor.autoSurround.brackets', "Surround with brackets but not quotes."),
533533
nls.localize('editor.autoSurround.quotes', "Surround with quotes but not brackets."),
534534
''

0 commit comments

Comments
 (0)