zoukankan      html  css  js  c++  java
  • 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"],

    }

  • 相关阅读:
    java bio 之聊天室
    自定义gradle plugin
    gradle build 找不到tools.jar 解决方法
    java switch case 枚举类型的反编译结果
    spring mvc 关键接口 HandlerMapping HandlerAdapter
    H5 Video 去除 下载按钮 禁用右键
    https 请求发送 例子 tls && ssl
    mac 安装mongodb
    (扫盲)DTO数据传输对象
    (扫盲)RPC远程过程调用
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/14629587.html
Copyright © 2011-2022 走看看