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": {
                // "HOME": "${workspaceFolder}", // 错误:不支持win风格路径
                "CHERE_INVOKING": "1" // cygwin默认执行/etc/profile以检查环境变量CHERE_INVOKING,如果设置,则禁止更改目录到$HOME。
            },
            "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,
}
posted @   develon  阅读(636)  评论(1编辑  收藏  举报
编辑推荐:
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· .NET Core 托管堆内存泄露/CPU异常的常见思路
· PostgreSQL 和 SQL Server 在统计信息维护中的关键差异
· C++代码改造为UTF-8编码问题的总结
阅读排行:
· 实操Deepseek接入个人知识库
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· 【.NET】调用本地 Deepseek 模型
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
· 上周热点回顾(2.17-2.23)
点击右上角即可分享
微信分享提示