diff --git a/.vscode/launch.json b/.vscode/launch.json index 112f73498bc..22f7c49d9a9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,13 @@ "cwd": "${workspaceFolder}", "args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"] }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, { "name": "Debug Jest test", "type": "node",