Skip to content

Commit 362d6f5

Browse files
committed
Make the extension available in Codespaces.
1 parent ad9df25 commit 362d6f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
},
7070
"icon": "images/icon.png",
7171
"main": "./out/extension.js",
72+
"browser": "./out/extension.js",
73+
"extensionKind": [
74+
"workspace",
75+
"ui"
76+
],
7277
"scripts": {
7378
"lint": "eslint -c .eslintrc.json --ext .ts src",
7479
"deploy": "vsce publish",

0 commit comments

Comments
 (0)