mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Updating vsce package (#19536)
* Updating vsce package * Removing unsupported extensionKind
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
"source-map": "0.6.1",
|
"source-map": "0.6.1",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"typescript": "^4.5.0-dev.20210817",
|
"typescript": "^4.5.0-dev.20210817",
|
||||||
"vsce": "1.48.0",
|
"vsce": "2.8.0",
|
||||||
"vscode-universal-bundler": "^0.0.2"
|
"vscode-universal-bundler": "^0.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
730
build/yarn.lock
730
build/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,7 @@
|
|||||||
],
|
],
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
"ui",
|
"ui",
|
||||||
"workspace",
|
"workspace"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onAuthenticationRequest:github",
|
"onAuthenticationRequest:github",
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
"ui",
|
"ui",
|
||||||
"workspace",
|
"workspace"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"publisher": "vscode",
|
"publisher": "vscode",
|
||||||
|
|||||||
@@ -24,8 +24,7 @@
|
|||||||
},
|
},
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
"ui",
|
"ui",
|
||||||
"workspace",
|
"workspace"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"authentication": [
|
"authentication": [
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
},
|
},
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
"ui",
|
"ui",
|
||||||
"workspace",
|
"workspace"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"languages": [
|
"languages": [
|
||||||
|
|||||||
@@ -18,8 +18,7 @@
|
|||||||
],
|
],
|
||||||
"extensionKind": [
|
"extensionKind": [
|
||||||
"ui",
|
"ui",
|
||||||
"workspace",
|
"workspace"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:simpleBrowser.show",
|
"onCommand:simpleBrowser.show",
|
||||||
|
|||||||
@@ -188,6 +188,6 @@
|
|||||||
"tslint": "^3.14.0",
|
"tslint": "^3.14.0",
|
||||||
"typemoq": "^2.1.0",
|
"typemoq": "^2.1.0",
|
||||||
"typescript": "^4.1.2",
|
"typescript": "^4.1.2",
|
||||||
"vsce": "1.36.2"
|
"vsce": "2.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user