Skip to content

Commit aa10065

Browse files
authored
Use markdown in the description of Workbench › List: Fast Scroll Sensitivity (microsoft#173878)
Use markdown in description of List: Fast Scroll Sensitivity setting
1 parent 5a454e5 commit aa10065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/list/browser/listService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ configurationRegistry.registerConfiguration({
13801380
[fastScrollSensitivityKey]: {
13811381
type: 'number',
13821382
default: 5,
1383-
description: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
1383+
markdownDescription: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
13841384
},
13851385
[defaultFindModeSettingKey]: {
13861386
type: 'string',

0 commit comments

Comments
 (0)