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"],

    }

  • 相关阅读:
    nj07---npm
    nj06---包
    nj05---模块
    nj04---事件回调函数
    nj03---阻塞和线程
    nodejs02---demo
    nodejs简介
    【转贴】内存系列一:快速读懂内存条标签
    【转贴】4个你未必知道的内存小知识
    Linux上面mount 域控的目录 超时 然后提示 error的解决办法
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/14629587.html
Copyright © 2011-2022 走看看