Add "web" as extensionKind to extensions which support this

This commit is contained in:
Alex Dima
2020-07-23 16:22:28 +02:00
parent 731f9c2563
commit 2fa41fb23e
4 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "%description%",
"extensionKind": [
"ui",
"workspace"
"workspace",
"web"
],
"version": "1.0.0",
"publisher": "vscode",