Skip to content

Commit

Permalink
update vscode to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Sep 11, 2023
1 parent 8065c3e commit 8137784
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you think your changes worth of a release add a new version entry to `CHANGEL
## VSCode API Change tracking tool

```sh
LAST_CHECKED_VERSION="1.77.0" && \
LAST_CHECKED_VERSION="1.82.0" && \
curl "https://raw.githubusercontent.com/microsoft/vscode/${LAST_CHECKED_VERSION}/src/vscode-dts/vscode.d.ts" \
--output "./out/latest_checked.vscode.d.ts" && \
curl "https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.d.ts" \
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/sinon": "^10.0.15",
"@types/source-map-support": "^0.5.6",
"@vscode/vsce": "^2.19.0",
"@types/vscode": "1.77.0",
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vscode/test-electron": "^2.3.2",
Expand All @@ -96,7 +96,7 @@
"webpack-cli": "^5.1.3"
},
"engines": {
"vscode": "^1.77.0"
"vscode": "^1.82.0"
},
"activationEvents": [
"onStartupFinished"
Expand Down

0 comments on commit 8137784

Please sign in to comment.