Last active
November 19, 2021 09:09
-
-
Save matzefriedrich/9a5df9762df70e1d640adc7c30f927e0 to your computer and use it in GitHub Desktop.
Adds Developer Command Prompt for VS 2019 to Windows Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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