Skip to content

Commit

Permalink
fix: Add web to extensionKind to hopefully support VS Code web
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Aug 19, 2021
1 parent 409aac8 commit f8c1ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
],
"extensionKind": [
"ui",
"workspace"
"workspace",
"web"
],
"main": "./dist/main.js",
"contributes": {
Expand Down

0 comments on commit f8c1ee3

Please sign in to comment.