Skip to content

Commit

Permalink
Add browser compound launch (#10720)
Browse files Browse the repository at this point in the history
Signed-off-by: thegecko <[email protected]>
  • Loading branch information
thegecko authored Feb 8, 2022
1 parent cfc7296 commit 0ab1b92
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,19 @@
"name": "Launch Electron Backend & Frontend",
"configurations": [
"Launch Electron Backend",
"Attach to Plugin Host",
"Attach to Electron Frontend"
]
],
"stopAll": true
},
{
"name": "Launch Browser Backend & Frontend",
"configurations": [
"Launch Browser Backend",
"Attach to Plugin Host",
"Launch Browser Frontend"
],
"stopAll": true
}
]
}

0 comments on commit 0ab1b92

Please sign in to comment.