Doc: add Developer Command Prompt for VS profile (#5142)

This commit is contained in:
Chester Liu 2020-03-28 04:53:30 +08:00 committed by GitHub
parent 8c4ca4683b
commit 5e9adad2a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,4 +91,16 @@ Assuming that you've installed MSYS2 into `C:/msys64`:
}
````
## Developer Command Prompt for Visual Studio
Assuming that you've installed VS 2019 Professional:
```json
{
"name" : "Developer Command Prompt for VS 2019",
"commandline" : "cmd.exe /k \"C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/Common7/Tools/VsDevCmd.bat\"",
"startingDirectory" : "%USERPROFILE%"
}
```
<!-- Adding a tool here? Make sure to add it in alphabetical order! -->