我正在使用此扩展程序:https://marketplace.visualstudio.com/items?itemName=spywhere.guides
具有以下设置:
"guides.enabled": false,
"editor.renderIndentGuides": false,
"workbench.colorCustomizations": {
"editorIndentGuide.background": "#fff0",
"editorIndentGuide.activeBackground": "#fff0"
}
但是,活动缩进指南仍然可见。
这是VS Code中的错误吗?
编辑:禁用扩展程序不会执行任何操作。