{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.home":"C:\\Program Files\\Java\\jdk1.8.0_191",
"java.configuration.maven.userSettings": "C:\\Program Files\\apache-maven-3.5.4\\conf\\settings.xml",
"maven.executable.path": "C:\\Program Files\\apache-maven-3.5.4\\bin\\mvn.cmd",
"maven.terminal.useJavaHome": true,
"maven.terminal.customEnv": [
{
"environmentVariable": "JAVA_HOME",
"value": "C:\\Program Files\\Java\\jdk1.8.0_191"
}
],
"window.zoomLevel": 2,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"explorer.confirmDelete": false,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.insertSpaces": false,
"explorer.confirmDragAndDrop": false,
"redhat.telemetry.enabled": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"git.ignoreWindowsGit27Warning": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.associations": {
"*.vue": "html"
}
}
文档更新时间: 2022-01-28 07:06 作者:admin