Skip to content

Instantly share code, notes, and snippets.

@mdekrey
Created October 3, 2019 18:24
Show Gist options
  • Save mdekrey/13e40244a06e79ee3a6896036513c1e4 to your computer and use it in GitHub Desktop.
Save mdekrey/13e40244a06e79ee3a6896036513c1e4 to your computer and use it in GitHub Desktop.
Windows Terminal Powershell Command Prompt
[
"The following object is the command line used for VS 2019 Professional to run Developer Powershell",
{
"commandline": "powershell.exe -NoExit -Command \"& {Import-Module 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll'; Enter-VsDevShell -SetDefaultWindowTitle -InstallPath 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional' }\"",
"guid": "{26b30263-74e9-4146-b80e-11632e86d42c}",
"name": "VS2019 Dev Prompt"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment