diff --git a/.vscode/launch.json b/.vscode/launch.json index 2e47e2a20..c1d4d7d18 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,5 +22,14 @@ "program": "${workspaceFolder}/node_modules/.bin/jest", "args": ["--runInBand", "${relativeFile}"] } - ] + ], + "compounds": [ + { + "name": "Attach to All", + "configurations": [ + "Attach to Running Main", + "Attach to Running Renderer" + ] + } +] }