VsCode 使用习惯设置(备份)

{
    "window.menuBarVisibility": "toggle",
    "workbench.statusBar.visible": true,
    "workbench.activityBar.visible": true,
    "editor.minimap.enabled": false,
    "editor.formatOnType": false,
    "editor.autoIndent": false,
    "explorer.autoReveal": false,
    "workbench.iconTheme": "vs-minimal",
    "editor.detectIndentation": false,
    "editor.trimAutoWhitespace": false,
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontSize": 13,
    "extensions.ignoreRecommendations": true,
    "window.zoomLevel": 0,
    "workbench.sideBar.location": "left",
    "terminal.integrated.shell.windows": "C:\windows\System32\cmd.exe"
}
原文地址:https://www.cnblogs.com/kingBook/p/8522731.html