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

View File

@@ -9,7 +9,7 @@
"activationEvents": ["onLanguage:python"],
"main": "./out/pythonMain",
"browser": "./dist/browser/pythonMain",
"extensionKind": [ "ui", "workspace" ],
"extensionKind": [ "ui", "workspace", "web" ],
"contributes": {
"languages": [{
"id": "python",