summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 8099f3ceb342476d2929eea1de01b94c474de0d2 (plain)
1
2
3
4
5
6
7
8
9
{
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell"
        }
    },
    "terminal.integrated.useWslProfiles": false
}