- adds launch configuration for update docs tool

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
This commit is contained in:
Vincent Biret 2021-11-19 14:25:47 -05:00
parent 883ca922db
commit d2bb4bd008
No known key found for this signature in database
GPG Key ID: 32426322EDFFB7E3
1 changed files with 10 additions and 0 deletions

10
.vscode/launch.json vendored
View File

@ -1,6 +1,16 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Update Docs",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/tool/UpdateDocs/bin/Debug/net6.0/UpdateDocs.dll",
"cwd": "${workspaceFolder}/tool/UpdateDocs/bin/Debug/net6.0",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",