提交 da15e5b6 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #28396 from mjbvz/paramter-hint-desc

Update parameter hint setting desc
......@@ -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.
先完成此消息的编辑!
想要评论请 注册