提交 34576d8a 编写于 作者: A Alex Dima

Fixes #5975: Remove indentGuides from default settings for now

上级 4685ffaa
......@@ -936,11 +936,11 @@ let editorConfiguration:IConfigurationNode = {
default: DefaultConfig.editor.renderWhitespace,
description: nls.localize('renderWhitespace', "Controls whether the editor should render whitespace characters")
},
'editor.indentGuides': {
'type': 'boolean',
default: DefaultConfig.editor.indentGuides,
description: nls.localize('indentGuides', "Controls whether the editor should render indent guides")
},
// 'editor.indentGuides': {
// 'type': 'boolean',
// default: DefaultConfig.editor.indentGuides,
// description: nls.localize('indentGuides', "Controls whether the editor should render indent guides")
// },
'editor.referenceInfos' : {
'type': 'boolean',
'default': DefaultConfig.editor.referenceInfos,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册