settings.json
{
    "shellLauncher.shells.windows": [
    {
    "shell": "C:\\Windows\\system32\\cmd.exe",
    "label": "cmd"
    },
    {
    "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "label": "PowerShell"
    },
    {
    "shell": "C:\\Program Files\\PowerShell\\6\\pwsh.exe",
    "label": "PowerShell Core"
    },
    {
        "shell": "C:\\Windows\\System32\\bash.exe",
        "label" : "WSL"
    }
    ],
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
    "window.zoomLevel": 2,
    "explorer.confirmDragAndDrop": false,
    "terminal.integrated.shell.linux": "/bin/bash",
}
  • No labels
Write a comment…