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:
Matt Bierner
2022-11-29 11:00:37 -08:00
committed by GitHub
parent 510f84046f
commit 7b20bd008e

View File

@@ -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',