提交 135d9888 编写于 作者: R Rob Lourens

Fix #57389 - enumDescriptions missing markdown indication

上级 4fab2513
......@@ -560,7 +560,7 @@ const editorConfiguration: IConfigurationNode = {
'type': 'string',
'enum': ['on', 'smart', 'off'],
'default': EDITOR_DEFAULTS.contribInfo.acceptSuggestionOnEnter,
'enumDescriptions': [
'markdownEnumDescriptions': [
'',
nls.localize('acceptSuggestionOnEnterSmart', "Only accept a suggestion with `Enter` when it makes a textual change."),
''
......@@ -597,7 +597,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.suggestSelection': {
'type': 'string',
'enum': ['first', 'recentlyUsed', 'recentlyUsedByPrefix'],
'enumDescriptions': [
'markdownEnumDescriptions': [
nls.localize('suggestSelection.first', "Always select the first suggestion."),
nls.localize('suggestSelection.recentlyUsed', "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently."),
nls.localize('suggestSelection.recentlyUsedByPrefix', "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`."),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册