diff --git a/.vscode/launch.json b/.vscode/launch.json index f4ebc69..ce76f36 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",