【问题标题】:Can't change theme in Visual Studio Code无法在 Visual Studio Code 中更改主题
【发布时间】: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


    【解决方案1】:

    试试这些步骤:

    1. 从扩展商店卸载并重新安装主题扩展
    2. 从系统中的 vs code 的主题目录中手动删除更新的主题。
    3. 禁用并重新启用主题。

    乐于助人!

    【讨论】:

      猜你喜欢
      • 2022-01-10
      • 2018-02-03
      • 2021-09-14
      • 2022-01-07
      • 2021-12-15
      • 1970-01-01
      • 2015-07-12
      • 2017-07-08
      • 2012-12-12
      相关资源
      最近更新 更多