提交 0512cf90 编写于 作者: J Johannes Rieken

fix #27989

上级 6f04182d
......@@ -426,6 +426,12 @@ const editorConfiguration: IConfigurationNode = {
'editor.snippetSuggestions': {
'type': 'string',
'enum': ['top', 'bottom', 'inline', 'none'],
'enumDescriptions': [
nls.localize('snippetSuggestions.top', "Show snippet suggestions on top of other suggestions."),
nls.localize('snippetSuggestions.bottom', "Show snippet suggestions below other suggestions."),
nls.localize('snippetSuggestions.inline', "Show snippets suggestions with other suggestions."),
nls.localize('snippetSuggestions.none', "Do not show snippet suggestions."),
],
'default': EDITOR_DEFAULTS.contribInfo.snippetSuggestions,
'description': nls.localize('snippetSuggestions', "Controls whether snippets are shown with other suggestions and how they are sorted.")
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册