diff --git a/src/vs/editor/common/config/commonEditorConfig.ts b/src/vs/editor/common/config/commonEditorConfig.ts index 8c4a809744c6da6196cf153958c02d9be73694bf..8e8695e8b930e12b92c6572fe750e8c437509106 100644 --- a/src/vs/editor/common/config/commonEditorConfig.ts +++ b/src/vs/editor/common/config/commonEditorConfig.ts @@ -528,7 +528,7 @@ const editorConfiguration: IConfigurationNode = { type: 'string', enum: ['languageDefined', 'brackets', 'quotes', 'never'], enumDescriptions: [ - '', + nls.localize('editor.autoSurround.languageDefined', "Use language configurations to determine when to automatically surround selections."), nls.localize('editor.autoSurround.brackets', "Surround with brackets but not quotes."), nls.localize('editor.autoSurround.quotes', "Surround with quotes but not brackets."), ''