Skip to content

Commit 3caa8b6

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 3caa8b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"engines": {
99
"vscode": "^1.5.0"
1010
},
11+
"extensionKind": [
12+
"ui",
13+
"web"
14+
],
1115
"homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/README.md",
1216
"repository": {
1317
"type": "git",

0 commit comments

Comments
 (0)