Skip to content

Commit ec79687

Browse files
author
Benjamin Pasero
committed
Instructions for files.defaultLanguage new option is confusing (fix microsoft#90187)
1 parent beaf391 commit ec79687

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/files/browser/files.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ configurationRegistry.registerConfiguration({
314314
'files.hotExit': hotExitConfiguration,
315315
'files.defaultLanguage': {
316316
'type': 'string',
317-
'description': nls.localize('defaultLanguage', "The default language mode that is assigned to new files. If configured to `${activeEditorLanguage}`, will use the language mode of the currently active text editor if any.")
317+
'markdownDescription': nls.localize('defaultLanguage', "The default language mode that is assigned to new files. If configured to `${activeEditorLanguage}`, will use the language mode of the currently active text editor if any.")
318318
},
319319
'files.maxMemoryForLargeFilesMB': {
320320
'type': 'number',

src/vs/workbench/services/keybinding/electron-browser/keybinding.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const keyboardConfiguration: IConfigurationNode = {
2828
'type': 'string'
2929
},
3030
'default': [],
31-
'description': nls.localize('touchbar.ignored', 'A set of identifiers for entries in the touchbar that should not show up (for example `workbench.action.navigateBack`.'),
31+
'markdownDescription': nls.localize('touchbar.ignored', 'A set of identifiers for entries in the touchbar that should not show up (for example `workbench.action.navigateBack`.'),
3232
'included': OS === OperatingSystem.Macintosh && parseFloat(release()) >= 16 // Minimum: macOS Sierra (10.12.x = darwin 16.x)
3333
}
3434
}

0 commit comments

Comments
 (0)