diff --git a/.vscode/launch.json b/.vscode/launch.json index 599b932a3e..82b4f1e9f2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,6 +19,20 @@ } ], "configurations": [ + { + "name": "Debug: Copilot Locally", + "request": "launch", + "localRoot": "${workspaceFolder}/Copilot", + "runtimeArgs": [ + "run-script", + "start" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "type": "node" + }, { "name": "Debug Infrastructure Agent", "type": "go",