mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Update vscode.proposed.d.ts and required version
This commit is contained in:
6
tree-view-sample/package-lock.json
generated
6
tree-view-sample/package-lock.json
generated
@ -73,9 +73,9 @@
|
||||
}
|
||||
},
|
||||
"@types/vscode": {
|
||||
"version": "1.39.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.39.0.tgz",
|
||||
"integrity": "sha512-rlg0okXDt7NjAyHXbZ2nO1I/VY/8y9w67ltLRrOxXQ46ayvrYZavD4A6zpYrGbs2+ZOEQzcUs+QZOqcVGQIxXQ==",
|
||||
"version": "1.42.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.42.0.tgz",
|
||||
"integrity": "sha512-ds6TceMsh77Fs0Mq0Vap6Y72JbGWB8Bay4DrnJlf5d9ui2RSe1wis13oQm+XhguOeH1HUfLGzaDAoupTUtgabw==",
|
||||
"dev": true
|
||||
},
|
||||
"ansi-styles": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"publisher": "vscode-samples",
|
||||
"enableProposedApi": true,
|
||||
"engines": {
|
||||
"vscode": "^1.39.0"
|
||||
"vscode": "^1.42.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
@ -215,7 +215,7 @@
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/node": "^10.12.21",
|
||||
"@types/rimraf": "^2.0.2",
|
||||
"@types/vscode": "^1.39.0",
|
||||
"@types/vscode": "^1.42.0",
|
||||
"typescript": "^3.5.1",
|
||||
"tslint": "^5.12.1"
|
||||
},
|
||||
|
||||
1333
tree-view-sample/vscode.proposed.d.ts
vendored
1333
tree-view-sample/vscode.proposed.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user