fix altClickMovesCursor setting description -> markdownDescription (#117793)

This commit is contained in:
Megan Rogge
2021-02-26 13:30:50 -08:00
committed by GitHub
parent d0a46a0327
commit d596c56845
@@ -91,7 +91,7 @@ export const terminalConfiguration: IConfigurationNode = {
default: false
},
'terminal.integrated.altClickMovesCursor': {
description: localize('terminal.integrated.altClickMovesCursor', "If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when `#editor.multiCursorModifier#` is set to `'alt'` (the default value). This may not work reliably depending on your shell."),
markdownDescription: localize('terminal.integrated.altClickMovesCursor', "If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when `#editor.multiCursorModifier#` is set to `'alt'` (the default value). This may not work reliably depending on your shell."),
type: 'boolean',
default: true
},