We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Workbench › List: Fast Scroll Sensitivity
1 parent 5a454e5 commit aa10065Copy full SHA for aa10065
src/vs/platform/list/browser/listService.ts
@@ -1380,7 +1380,7 @@ configurationRegistry.registerConfiguration({
1380
[fastScrollSensitivityKey]: {
1381
type: 'number',
1382
default: 5,
1383
- description: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
+ markdownDescription: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
1384
},
1385
[defaultFindModeSettingKey]: {
1386
type: 'string',
0 commit comments