代码之家  ›  专栏  ›  技术社区  ›  J. Hesters

VSCode禅模式特定设置

  •  0
  • J. Hesters  · 技术社区  · 7 年前

    在使用禅模式时,我喜欢将终端放在窗口的一侧。 为此,我改变:

    "workbench.panel.defaultLocation": "right",
    

    在我的用户设置中。但总是把它改回来强迫是很乏味的。

    "workbench.colorCustomizations": {
      "[Material Theme Palenight High Contrast]": {
        "editorError.foreground": "#FF5370",
        "editorHint.foreground": "#C3E88D",
        "editorLineNumber.foreground": "#676E95",
        "editorLineNumber.activeForeground": "#80CBC4",
        "gitDecoration.deletedResourceForeground": "#FF5370",
        "gitDecoration.conflictingResourceForeground": "#FFCB6B",
        "gitDecoration.modifiedResourceForeground": "#82AAFF",
        "gitDecoration.untrackedResourceForeground": "#C3E88D"
      },
      "[One Dark Pro]": {
        "editor.background": "#2c313a"
      }
    },
    
    0 回复  |  直到 7 年前