Skip to content

Commit 71c73a5

Browse files
committed
Fix debugging
1 parent c6ad02f commit 71c73a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
"${workspaceRoot}/client/testFixture"
3434
],
3535
"outFiles": ["${workspaceRoot}/client/dist/test/**/*.js"]
36+
},
37+
{
38+
"name": "Run Web Extension in VS Code",
39+
"type": "pwa-extensionHost",
40+
"debugWebWorkerHost": true,
41+
"request": "launch",
42+
"args": [
43+
"--extensionDevelopmentPath=${workspaceFolder}",
44+
"--extensionDevelopmentKind=web"
45+
],
46+
"outFiles": ["${workspaceFolder}/client/dist/browser/*.js"],
47+
"preLaunchTask": "npm: watch-web"
3648
}
3749
],
3850
"compounds": [

0 commit comments

Comments
 (0)