Skip to content

Commit 59c1add

Browse files
committed
added browser support
1 parent 34fe749 commit 59c1add

File tree

6 files changed

+861
-140
lines changed

6 files changed

+861
-140
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
"${workspaceFolder}/out/test/**/*.js"
4949
],
5050
"preLaunchTask": "npm: test-compile"
51+
},
52+
{
53+
"name": "Run Web Extension in VS Code",
54+
"type": "pwa-extensionHost",
55+
"debugWebWorkerHost": true,
56+
"request": "launch",
57+
"args": [
58+
"--extensionDevelopmentPath=${workspaceFolder}",
59+
"--extensionDevelopmentKind=web"
60+
],
61+
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
62+
"preLaunchTask": "npm: webpack"
5163
}
5264
]
5365
}

0 commit comments

Comments
 (0)