mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
missing word in string (#57084)
This commit is contained in:
committed by
Jackson Kearl
parent
2830150a8a
commit
80fca4c016
@@ -522,7 +522,7 @@ const editorConfiguration: IConfigurationNode = {
|
||||
'',
|
||||
],
|
||||
'default': EDITOR_DEFAULTS.autoClosingQuotes,
|
||||
'description': nls.localize('autoClosingQuotes', "Controls whether the editor should automatically close quotes the user adds an opening quote.")
|
||||
'description': nls.localize('autoClosingQuotes', "Controls whether the editor should automatically close quotes after the user adds an opening quote.")
|
||||
},
|
||||
'editor.autoWrapping': {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user