settings.json
{
"window.enableMenuBarMnemonics": false,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"debug.allowBreakpointsEverywhere": true,
"editor.cursorStyle": "line",
"editor.lineNumbers": "on",
"editor.wordSeparators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-",
"editor.wordWrap": "off",
"http.proxyStrictSSL": false,
"workbench.colorTheme": "NarutoDark",
"terminal.integrated.profiles.windows": {
"cygwin": {
"path": "C:\\cygwin64\\bin\\bash.exe",
"env": {
"CHERE_INVOKING": "1"
},
"icon": "terminal-bash",
"args": [
"--login",
]
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"terminal.integrated.defaultProfile.windows": "cygwin",
"http.proxy": "http://127.0.0.1:25378",
"http.proxySupport": "fallback",
"window.zoomLevel": 1,
}
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】凌霞软件回馈社区,携手博客园推出1Panel与Halo联合会员
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步