mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 13:52:33 +01:00
Use markdown in the description of Workbench › List: Fast Scroll Sensitivity (#173878)
Use markdown in description of List: Fast Scroll Sensitivity setting
This commit is contained in:
@@ -1380,7 +1380,7 @@ configurationRegistry.registerConfiguration({
|
||||
[fastScrollSensitivityKey]: {
|
||||
type: 'number',
|
||||
default: 5,
|
||||
description: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
|
||||
markdownDescription: localize('Fast Scroll Sensitivity', "Scrolling speed multiplier when pressing `Alt`.")
|
||||
},
|
||||
[defaultFindModeSettingKey]: {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user