提交 241a8db4 编写于 作者: J Johannes Rieken

use enumDescriptions instead of markdownEnumDescriptions

上级 b996cf1c
......@@ -624,7 +624,7 @@ const editorConfiguration: IConfigurationNode = {
type: 'string',
default: 'off',
enum: ['on', 'off', 'onlySnippets'],
markdownEnumDescriptions: [
enumDescriptions: [
nls.localize('tabCompletion.on', "Tab complete will insert the best matching suggestion when pressing tab."),
nls.localize('tabCompletion.off', "Disable tab completions."),
nls.localize('tabCompletion.onlySnippets', "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled."),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册