📜  使用 sass 时 vscode 中的弃用问题 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:03.946000             🧑  作者: 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"
    }
},