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

    }

  • 相关阅读:
    configure new Linux/Mac
    Python input()和raw_input()的区别
    python json读取txt文本 解析str 出错No JSON object could be decoded
    python TypeError: 'str' object does not support item assignment”
    python中对字典按照value排序
    腾讯实习面试被虐记
    软件里的实践出真知
    c链表实现遇到的错误
    Linux命令(2)
    yum的使用及配置
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/14629587.html
Copyright © 2011-2022 走看看