【发布时间】:2020-01-10 07:47:08
【问题描述】:
所以我已经使用 Visual Studio Code 大约一年了,作为一名学生,我一直在使用 Material Theme Darker High Contrast,因为我不知道到底发生了什么,但是主题更新了,我使用的旧版本已重命名为 Legacy - Material Theme Darker High Contrast,我不喜欢新版本所以我想回去,但无论何时我将它们更改为旧版本并保存文件(settings.JSON),它会恢复为非旧版本,这也不仅仅是这种情况,无论我使用 workbench.colorTheme 设置,它将恢复为 Material Theme Darker High Contrast,。这很烦人。这是我的 JSON
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "vscode-icons",
"python.jediEnabled": false,
"window.zoomLevel": 1,
"editor.matchBrackets": false,
"editor.detectIndentation": false,
"editor.defaultFormatter": "vscode.json-language-features",
"git.autofetch": true,
"C_Cpp.updateChannel": "Insiders",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"editor.formatOnPaste": false,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"editor.formatOnSave": true
}
那么我该如何更改我的主题? 我们将不胜感激。
【问题讨论】:
标签: json visual-studio-code vscode-settings