Skip to content

Commit

Permalink
Doc: add Developer Command Prompt for VS profile (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 authored Mar 27, 2020
1 parent 8c4ca46 commit 5e9adad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/user-docs/ThirdPartyToolProfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! -->

0 comments on commit 5e9adad

Please sign in to comment.