Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #171 from cschleiden/work-around-web-extension-issue
Browse files Browse the repository at this point in the history
Fix support for vscode/github.dev
  • Loading branch information
cschleiden authored Aug 1, 2022
2 parents 589ac6b + aa83486 commit c2291cb
Show file tree
Hide file tree
Showing 5 changed files with 1,981 additions and 62 deletions.
14 changes: 13 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"outFiles": [
"${workspaceFolder}/dist/*.js"
]
}
},
{
"name": "Run Web Extension in VS Code",
"type": "pwa-extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionDevelopmentKind=web"
],
"outFiles": ["${workspaceFolder}/dist/web/**/*.js"],
"preLaunchTask": "npm: watch"
}
]
}
Loading

0 comments on commit c2291cb

Please sign in to comment.