Skip to content

Instantly share code, notes, and snippets.

@matzefriedrich
Last active November 19, 2021 09:09
Show Gist options
  • Select an option

  • Save matzefriedrich/9a5df9762df70e1d640adc7c30f927e0 to your computer and use it in GitHub Desktop.

Select an option

Save matzefriedrich/9a5df9762df70e1d640adc7c30f927e0 to your computer and use it in GitHub Desktop.
Adds Developer Command Prompt for VS 2019 to Windows Terminal
{
"colorScheme": "Vintage",
"commandline": "%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\Tools\\VsDevCmd.bat\"",
"guid": "{bbcfd122-ef78-49eb-af5d-8249e2ba2242}",
"hidden": false,
"name": "Developer Command Prompt for VS 2019",
"startingDirectory": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment