mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 04:17:01 -05:00
Show default string value as code in setting description markdown (#167603)
Show default string value as code in setting description From testing #167471
This commit is contained in:
@@ -38,7 +38,7 @@ const editorConfiguration: IConfigurationNode = {
|
||||
}
|
||||
],
|
||||
default: 'tabSize',
|
||||
markdownDescription: nls.localize('indentSize', "The number of spaces used for indentation or 'tabSize' to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
|
||||
markdownDescription: nls.localize('indentSize', "The number of spaces used for indentation or `\"tabSize\"` to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
|
||||
},
|
||||
'editor.insertSpaces': {
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user