提交 a455e518 编写于 作者: P Pine Wu

Add documentation for editor.autoSurrond.languageDefined for #57415

上级 a550394f
......@@ -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."),
''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册