You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownDescription: nls.localize('tabSize',"The number of spaces a tab is equal to. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
27
+
markdownDescription: nls.localize('tabSize',"The number of spaces a tab is equal to. This setting is overridden based on the file contents when {0} is on.",'`#editor.detectIndentation#`')
markdownDescription: nls.localize('insertSpaces',"Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
46
+
markdownDescription: nls.localize('insertSpaces',"Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when {0} is on.",'`#editor.detectIndentation#`')
47
47
},
48
48
'editor.detectIndentation': {
49
49
type: 'boolean',
50
50
default: EDITOR_MODEL_DEFAULTS.detectIndentation,
51
-
markdownDescription: nls.localize('detectIndentation',"Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.")
51
+
markdownDescription: nls.localize('detectIndentation',"Controls whether {0} and {1} will be automatically detected when a file is opened based on the file contents.",'`#editor.tabSize#`','`#editor.insertSpaces#`')
0 commit comments