diff --git a/.vscode/launch.json b/.vscode/launch.json index 54873fd93e..479d4863bb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -268,6 +268,25 @@ "group": "2_attach" } }, + { + /* Added for "VS Code Selfhost Test Provider" extension support */ + "type": "pwa-chrome", + "request": "attach", + "name": "Attach to VS Code", + "browserAttachLocation": "workspace", + "port": 9222, + "outFiles": [ + "${workspaceFolder}/out/**/*.js" + ], + "presentation": { + "group": "2_attach", + "hidden": true + }, + "resolveSourceMapLocations": [ + "${workspaceFolder}/out/**/*.js" + ], + "perScriptSourcemaps": "yes" + }, { "type": "node", "request": "launch",