在使用禅模式时,我喜欢将终端放在窗口的一侧。
为此,我改变:
"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"
}
},