Removes the 'ui' value from extension kind, as it's redundant (#523)

This commit is contained in:
Francois Laberge 2022-01-21 06:44:08 -05:00 committed by GitHub
parent 16e8fe1426
commit 5b521df51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@
"browser": "./dist/web/extension.js", "browser": "./dist/web/extension.js",
"main": "./dist/web/extension.js", "main": "./dist/web/extension.js",
"extensionKind": [ "extensionKind": [
"ui",
"workspace" "workspace"
], ],
"contributes": { "contributes": {