• VSCode 环境设置



    {

    "editor.tabSize": 2,

    "html.format.wrapLineLength": 4096,

    "editor.minimap.enabled": false,

    "editor.wordWrapColumn": 1024,

    "breadcrumbs.enabled": false,

    "editor.fontSize": 16,

    "debug.console.fontSize": 16,

    "terminal.integrated.fontSize": 16,

    "markdown.preview.fontSize": 16,

    "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",

    "[html]": {

    "editor.defaultFormatter": "HookyQR.beautify"

        },

    "[xml]": {

    "editor.defaultFormatter": "DotJoshJohnson.xml"

        },

    "jupyter.maxOutputSize": 1024,

    "editor.suggestSelection": "first",

    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",

    "[cpp]": {

    "editor.defaultFormatter": "ms-vscode.cpptools"

        },

    "files.watcherExclude": {

    "**/.bloop": true,

    "**/.metals": true,

    "**/.ammonite": true

        },

    "python.defaultInterpreterPath": "D:/Program Files/Python36/python.exe",

    "python.pythonPath": "D:/Program Files/Python36/python.exe",

    "files.exclude": {

    "**/.classpath": true,

    "**/.factorypath": true,

    "**/.project": true,

    "**/.settings": true,

    "**/node_modules": true

        },

    "java.home": "D:\GreenSoftware\Java\Java8X64\jdk1.8.0_181",

    "java.configuration.runtimes": [

            {

    "name": "JavaSE-1.8",

    "path": "D:\GreenSoftware\Java\Java8X64\jdk1.8.0_181",

            },

            {

    "name": "JavaSE-11",

    "path": "D:\GreenSoftware\Java\Java8X64\jdk-11.0.10",

            },

        ],

    "python.formatting.autopep8Args": ["--indent-size=2"],

    }

  • 相关阅读:
    命令行标签
    ts关键还是js 因为要编译成js
    nuxt axios
    vuecli3-ssr
    v-text
    这样竟然也可以水平居中 两个属性都必须
    纯CSS实现垂直居中的几种方法
    下图片异步变同步
    [Java] 扯淡系列_找工作流程 与 注意问题
    [Java] Spring3.0 Annotation
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/14629587.html
Copyright © 2020-2023  润新知