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

}

posted @ 2021-04-07 21:08  ParamousGIS  阅读(205)  评论(0编辑  收藏  举报