Skip to content

Commit a296145

Browse files
committed
Add support for web extension
This feature is not officially supported yet. See microsoft/vscode#111043 Fixes #199
1 parent fb98da1 commit a296145

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
@@ -8,6 +8,11 @@
88
"engines": {
99
"vscode": "^1.5.0"
1010
},
11+
"extensionKind": [
12+
"ui",
13+
"workspace",
14+
"web"
15+
],
1116
"homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/README.md",
1217
"repository": {
1318
"type": "git",

0 commit comments

Comments
 (0)