提交 5a7fd745 编写于 作者: J Johannes Rieken

fix #71212

上级 58b6c829
......@@ -829,7 +829,7 @@ const editorConfiguration: IConfigurationNode = {
}
},
'editor.gotoLocation.multiple': {
description: nls.localize('editor.gotoLocation.multiple', "Controls the behaviour of 'go to'-commands, like go to definition, when multiple target locations exist."),
description: nls.localize('editor.gotoLocation.multiple', "Controls the behavior of 'Go To' commands, like Go To Definition, when multiple target locations exist."),
type: 'string',
enum: ['peek', 'revealAndPeek', 'reveal'],
default: EDITOR_DEFAULTS.contribInfo.gotoLocation.multiple,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册