未验证 提交 dec03c4a 编写于 作者: D Daniel Imms 提交者: GitHub

Improve doc wording

上级 219d3231
......@@ -91,7 +91,7 @@ export const terminalConfiguration: IConfigurationNode = {
default: false
},
'terminal.integrated.altClickMovesCursor': {
description: localize('terminal.integrated.altClickMovesCursor', "If enabled, alt/option + click will re-posiition 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."),
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."),
type: 'boolean',
default: true
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册