Skip to content

Commit 9f31548

Browse files
authored
add nls message to preserve link syntax (microsoft#180821)
1 parent d53381b commit 9f31548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/themes/common/themeConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const preferredHCLightThemeSettingSchema: IConfigurationPropertySchema = {
7070
};
7171
const detectColorSchemeSettingSchema: IConfigurationPropertySchema = {
7272
type: 'boolean',
73-
markdownDescription: nls.localize('detectColorScheme', 'If set, automatically switch to the preferred color theme based on the OS appearance. If the OS appearance is dark, the theme specified at `#{0}#` is used, for light `#{1}#`.', ThemeSettings.PREFERRED_DARK_THEME, ThemeSettings.PREFERRED_LIGHT_THEME),
73+
markdownDescription: nls.localize({ key: 'detectColorScheme', comment: ['`#{0}#` and `#{1}#` will become a link to an other setting. Do not remove backtick or #'] }, 'If set, automatically switch to the preferred color theme based on the OS appearance. If the OS appearance is dark, the theme specified at `#{0}#` is used, for light `#{1}#`.', ThemeSettings.PREFERRED_DARK_THEME, ThemeSettings.PREFERRED_LIGHT_THEME),
7474
default: false
7575
};
7676

0 commit comments

Comments
 (0)