mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 (#6460)
* Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 * fix servers icon * fix tests
This commit is contained in:
@@ -901,10 +901,11 @@ const editorConfiguration: IConfigurationNode = {
|
||||
},
|
||||
'editor.renderWhitespace': {
|
||||
'type': 'string',
|
||||
'enum': ['none', 'boundary', 'all'],
|
||||
'enum': ['none', 'boundary', 'selection', 'all'],
|
||||
'enumDescriptions': [
|
||||
'',
|
||||
nls.localize('renderWhiteSpace.boundary', "Render whitespace characters except for single spaces between words."),
|
||||
nls.localize('renderWhitespace.selection', "Render whitespace characters only on selected text."),
|
||||
''
|
||||
],
|
||||
default: EDITOR_DEFAULTS.viewInfo.renderWhitespace,
|
||||
|
||||
Reference in New Issue
Block a user