Vscode Java开发配置

{
// 终端美化
"workbench.colorCustomizations": {
// "terminal.background": "#1D2021",
// "terminal.foreground": "#D5C4A1",
// "terminalCursor.background": "#D5C4A1",
// "terminalCursor.foreground": "#D5C4A1",
// "terminal.ansiBlack": "#1D2021",
// "terminal.ansiBlue": "#83A598",
// "terminal.ansiBrightBlack": "#665C54",
// "terminal.ansiBrightBlue": "#83A598",
// "terminal.ansiBrightCyan": "#8EC07C",
// "terminal.ansiBrightGreen": "#B8BB26",
// "terminal.ansiBrightMagenta": "#D3869B",
// "terminal.ansiBrightRed": "#FB4934",
// "terminal.ansiBrightWhite": "#FBF1C7",
// "terminal.ansiBrightYellow": "#FABD2F",
// "terminal.ansiCyan": "#8EC07C",
// "terminal.ansiGreen": "#B8BB26",
// "terminal.ansiMagenta": "#D3869B",
// "terminal.ansiRed": "#FB4934",
// "terminal.ansiWhite": "#D5C4A1",
// "terminal.ansiYellow": "#FABD2F"
},
"workbench.iconTheme": "material-icon-theme",
"editor.guides.bracketPairs": true,
"editor.codeActionsOnSave": {
},
"files.autoSave": "afterDelay",
// xxxx 代理配置
// "http.proxy": "http://xxxx.xxxx.xxx",
// "http.proxyStrictSSL": false,
// "http.proxySupport": "on",
// springboot 配置
"java.jdt.ls.java.home":"d:\\etc\\jdk-17.0.8.7-hotspot",
"java.configuration.maven.userSettings": "D:\\usr\\apache-maven-3.9.4\\conf\\settings.xml",
"java.configuration.maven.globalSettings": "D:\\usr\\apache-maven-3.9.4\\conf\\settings.xml",
"maven.executable.path": "D:\\usr\\apache-maven-3.9.4\\bin\\mvn.cmd",
"maven.excludedFolders": [
"**/.*",
"**/node_modules",
"**/target",
"**/bin",
"**/archetype-resources"
],
"extensions.autoUpdate": false,
"redhat.telemetry.enabled": true,
// java
"java.configuration.runtimes": [
{
"name": "JavaSE-1.8",
"path": "D:\\etc\\jdk-1.8",
},
{
"name": "JavaSE-11",
"path": "D:\\etc\\jdk-11.0.20.8-hotspot",
},
{
"name": "JavaSE-17",
"path": "D:\\etc\\jdk-17.0.8.7-hotspot",
"default": true
},
],
"boot-java.rewrite.reconcile": true,
"security.workspace.trust.untrustedFiles": "open",
// 远程服务器
"remote.SSH.remotePlatform": {
"60.204.200.91": "linux"
},
"workbench.colorTheme": "Default Dark+",
"git.autofetch": true,
// 数据库配置
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"previewLimit": 50,
"server": "localhost",
"port": 9030,
"driver": "MySQL",
"name": "doris",
"username": "root",
"password": "root",
"database": "mysql"
}
],
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"terminal.integrated.defaultProfile.windows": "Windows PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"Ubuntu (WSL)": {
"path": "C:\\windows\\System32\\wsl.exe",
"args": [
"-d",
"Ubuntu"
]
},
"Windows PowerShell": {
"path": "C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
}
},
"git.enableSmartCommit": true,
"editor.unicodeHighlight.nonBasicASCII": false,
// python配置
"python.defaultInterpreterPath": "D:\\etc\\Python\\Python39",
}

__EOF__

本文作者Reisen7
本文链接https://www.cnblogs.com/reisen7/p/18547107.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角推荐一下。您的鼓励是博主的最大动力!
posted @   Reisen7  阅读(7)  评论(0编辑  收藏  举报  
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
点击右上角即可分享
微信分享提示