Switched debug type

pwa-chrome is the new thing that came in with more recent versions of Visual Studio Code. It enables the "targetSelection" setting, which lets you pick which thing to debug instead of debugging every Aardvark gadget.
This commit is contained in:
Joe Ludwig 2021-02-09 21:16:59 -08:00
parent 5f77b9ce23
commit 9ee361df28

3
.vscode/launch.json vendored
View file

@ -5,7 +5,8 @@
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"type": "pwa-chrome",
"targetSelection": "pick",
"request": "attach",
"name": "Attach to aardvark_renderer",
"sourceMaps": true,