Skip to content

Commit d39d7b8

Browse files
authored
Merge pull request #200 from nicolasstucki/fix-#199
Add support for web extension
2 parents fb98da1 + 3caa8b6 commit d39d7b8

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)