Updating vsce package (#19536)

* Updating vsce package

* Removing unsupported extensionKind
This commit is contained in:
Aasim Khan
2022-05-26 13:13:25 -07:00
committed by GitHub
parent 830d9eb803
commit 67f8ffea52
9 changed files with 1126 additions and 391 deletions

View File

@@ -15,8 +15,7 @@
],
"extensionKind": [
"ui",
"workspace",
"web"
"workspace"
],
"activationEvents": [
"onAuthenticationRequest:github",

View File

@@ -4,8 +4,7 @@
"description": "%description%",
"extensionKind": [
"ui",
"workspace",
"web"
"workspace"
],
"version": "1.0.0",
"publisher": "vscode",

View File

@@ -24,8 +24,7 @@
},
"extensionKind": [
"ui",
"workspace",
"web"
"workspace"
],
"contributes": {
"authentication": [

View File

@@ -10,8 +10,7 @@
},
"extensionKind": [
"ui",
"workspace",
"web"
"workspace"
],
"contributes": {
"languages": [

View File

@@ -18,8 +18,7 @@
],
"extensionKind": [
"ui",
"workspace",
"web"
"workspace"
],
"activationEvents": [
"onCommand:simpleBrowser.show",