vscode terminal设置

{
    "sync.gist": "1e11137686ef7208ef3ef453e835c629",
    "terminal.integrated.shell.linux": "/bin/sh",
    "terminal.integrated.fontFamily": "monaco",
    "terminal.integrated.fontsize": "15",
    "leetcode.endpoint": "leetcode-cn",
    "leetcode.workspaceFolder": "/home/liule/.leetcode",
    "markdown.preview.fontSize": 20,
    "markdown.preview.lineHeight": 3,
    "leetcode.hint.configWebviewMarkdown": false,
    "leetcode.hint.commandShortcut": false,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "git.autofetch": true,
    "C_Cpp.updateChannel": "Insiders",
    "workbench.iconTheme": "vscode-icons-mac",
    "workbench.preferredLightColorTheme": "Monokai Dimmed",
    "workbench.preferredHighContrastColorTheme": "Monokai Dimmed",
    "workbench.preferredDarkColorTheme": "Monokai Dimmed",
    "http.proxySupport": "off",
    "python.jediEnabled": false,
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    },
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "sync.forceDownload": true,
    "sync.forceUpload": true,
    "sync.removeExtensions": false,
    "terminal.integrated.fontWeightBold": "normal",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "C_Cpp.default.intelliSenseMode": "gcc-x64",
    "editor.fontSize": 16,
    "editor.fontFamily": "'monaco'"
}

你可能感兴趣的:(vscode terminal设置)