提交 4fab2513 编写于 作者: R Rob Lourens

Fix #57324 - workbench.settings.editor enumDesc orders

上级 c7f00636
......@@ -651,8 +651,8 @@ configurationRegistry.registerConfiguration({
'type': 'string',
'enum': ['ui', 'json'],
'enumDescriptions': [
nls.localize('settings.editor.json', "Use the JSON file editor."),
nls.localize('settings.editor.ui', "Use the settings UI editor."),
nls.localize('settings.editor.json', "Use the JSON file editor."),
],
'description': nls.localize('settings.editor.desc', "Determines which settings editor to use by default."),
'default': 'ui',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册