Skip to content

Instantly share code, notes, and snippets.

@mattico
Created November 23, 2021 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattico/b1b3ded64695ff625b8ddae1fd9b5fcf to your computer and use it in GitHub Desktop.
Save mattico/b1b3ded64695ff625b8ddae1fd9b5fcf to your computer and use it in GitHub Desktop.
Windows Terminal VS Preview Developer Shells
{
"guid": "{a5a223a2-0e3d-4a47-81f7-f3c0a78ed2b2}",
"name": "Developer PowerShell for VS 2019 Preview",
"commandline": "powershell.exe -noe -c \"&{$vsPath = &(Join-Path ${env:ProgramFiles(x86)} '\\Microsoft Visual Studio\\Installer\\vswhere.exe') -prerelease -version '[16.0,17.0)' -property installationpath; Import-Module (Join-Path $vsPath 'Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll'); Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation}\"",
"icon": "%ProgramFiles(x86)%\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE\\Assets\\VisualStudio.70x70.contrast-standard_scale-180.png"
},
{
"guid": "{981d3411-61af-44fd-84b9-18892e9c880c}",
"name": "Developer Command Prompt for VS 2019 Preview",
"commandline": "%comspec% /k \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\2019\\Preview\\Common7\\Tools\\VsDevCmd.bat\"",
"icon": "%ProgramFiles(x86)%\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE\\Assets\\VisualStudio.70x70.contrast-standard_scale-180.png"
},
{
"guid": "{18a5fa26-5165-4c7e-9822-79754b80173c}",
"name": "Developer PowerShell for VS 2022 Preview",
"commandline": "powershell.exe -noe -c \"&{$vsPath = &(Join-Path ${env:ProgramFiles(x86)} '\\Microsoft Visual Studio\\Installer\\vswhere.exe') -prerelease -version '[17.0,18.0)' -property installationpath; Import-Module (Join-Path $vsPath 'Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll'); Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation}\"",
"icon": "%ProgramFiles%\\Microsoft Visual Studio\\2022\\Preview\\Common7\\IDE\\Assets\\VisualStudio.70x70.contrast-standard_scale-180.png"
},
{
"guid": "{d4cd4fea-f5fb-4a28-a3c6-5b6f6b1f6954}",
"name": "Developer Command Prompt for VS 2022 Preview",
"commandline": "%comspec% /k \"%ProgramFiles%\\Microsoft Visual Studio\\2022\\Preview\\Common7\\Tools\\VsDevCmd.bat\"",
"icon": "%ProgramFiles%\\Microsoft Visual Studio\\2022\\Preview\\Common7\\IDE\\Assets\\VisualStudio.70x70.contrast-standard_scale-180.png"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment