{
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.minimap.enabled": false,
"editor.fontSize": 18,
"editor.tabSize": 2,
"editor.defaultFormatter": "HookyQR.beautify",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[scss]": {
"editor.defaultFormatter": "michelemelluso.code-beautifier"
},
"editor.renderWhitespace": "none",
"breadcrumbs.enabled": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"editor.detectIndentation": false,
"python.jediEnabled": false,
"editor.wordWrapColumn": 102400,
"html.format.wrapLineLength": 102400,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
//"terminal.integrated.shell.windows": "D:/GreenSoftware/PortableGit/bin/bash.exe",
"terminal.integrated.rendererType": "dom",
"terminal.integrated.profiles.windows": {
"PowerShell -NoProfile": {
"source": "PowerShell",
"args": [
"-NoProfile"
]
},
"Git-Bash": {
"path": "D:/GreenSoftware/PortableGit/bin/bash.exe",
"args": []
}
},
"terminal.integrated.defaultProfile.windows": "Git-Bash",
"java.configuration.checkProjectSettingsExclusions": false,
"python.languageServer": "Microsoft",
"kite.showWelcomeNotificationOnStartup": false,
"python.formatting.autopep8Args": [
"--indent-size=2",
"--max-line-length=12048"
],
"python.autoComplete.typeshedPaths": [
"D:/Program Files/Python310/Scripts",
"D:/Program Files/Python310/Lib/site-packages"
],
"remote.SSH.remotePlatform": {
"192.168.32.112": "linux",
"192.168.32.111": "linux"
},
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"debug.onTaskErrors": "abort",
"files.exclude": {
"**/node_modules": true
},
"[glsl]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"python.defaultInterpreterPath": "D:/Program Files/Python310/python.exe",
"python.pythonPath": "D:/Program Files/Python310/python.exe",
"files.watcherExclude": {
"**/.bloop": true,
"**/.metals": true,
"**/.ammonite": true
},
"java.home": "D:/GreenSoftware/Java/Java8X64/jdk-11.0.10",
"metals.javaHome": "D:/GreenSoftware/Java/Java8X64/jdk-11.0.10",
"metals.customRepositories": [
"https://maven.aliyun.com/repository/central"
],
"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",
},
],
"redhat.telemetry.enabled": true,
"[java]": {
"editor.defaultFormatter": "redhat.java"
},
"prettier.printWidth": 120000,
"java.configuration.maven.globalSettings": "D:\\GreenSoftware\\Java\\Maven\\conf\\settings.xml",
"java.configuration.maven.userSettings": "D:\\GreenSoftware\\Java\\Maven\\conf\\settings.xml",
"maven.executable.path": "D:\\GreenSoftware\\Java\\Maven\\bin\\mvn.cmd",
"beautify.config": {
"brace_style": "none,preserve-inline",
"indent_size": 2,
"indent_char": " ",
"jslint_happy": true,
"unformatted": [
""
],
"css": {
"indent_size": 2
}
},
"editor.wrappingColumn": 0,
"debug.console.fontSize": 18,
"markdown.preview.fontSize": 18,
"terminal.integrated.fontSize": 18,
"editor.suggestFontSize": 18,
"window.zoomLevel": 0,
"rainbow_csv.autodetect_separators": [
"\t",
",",
";",
"|",
"@"
],
//"terminal.integrated.shellArgs.windows": null,
//"java.format.settings.url": "D:/Project/.vscode/eclipse-java-google-style.xml",
//"java.format.settings.profile": "GoogleStyle",
"java.completion.importOrder": [
"java",
"javax",
"com",
"org"
],
"clang-format.language.java.enable": false,
}