提交 922c9987 编写于 作者: M Matt Bierner

Update parameter hint setting desc

https://github.com/Microsoft/vscode/issues/28380
上级 ebecfa50
......@@ -386,7 +386,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.parameterHints': {
'type': 'boolean',
'default': EDITOR_DEFAULTS.contribInfo.parameterHints,
'description': nls.localize('parameterHints', "Enables parameter hints")
'description': nls.localize('parameterHints', "Enables pop-up that shows parameter documentation and type information as you type")
},
'editor.autoClosingBrackets': {
'type': 'boolean',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册