Skip to content

Commit

Permalink
Make it work in VS Code for the Web (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Feb 16, 2022
1 parent 7a8f982 commit 035e577
Show file tree
Hide file tree
Showing 4 changed files with 1,965 additions and 29 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
"sourceMaps": true,
"preLaunchTask": "Build extension"
},
{
"name": "Web Extension",
"type": "pwa-extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/vscode",
"--extensionDevelopmentKind=web"
],
"sourceMaps": true,
"preLaunchTask": "Build extension"
},
{
"name": "Core Tests",
"type": "node",
Expand Down
Loading

0 comments on commit 035e577

Please sign in to comment.