📌  相关文章
📜  "terminal.integrated.defaultProfile.windows": "命令提示符", - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.211000             🧑  作者: Mango

代码示例1
"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"
    }
},