Skip to content

Commit

Permalink
refactor: bump minimum vscode version to 1.78.2 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 31, 2023
1 parent 3bb248d commit 602946c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -53,7 +53,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.56",
"@types/node-fetch": "^2.6.2",
"@types/vscode": "^1.67.0",
"@types/vscode": "^1.78.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vscode/extension-telemetry": "^0.7.7",
Expand Down Expand Up @@ -91,7 +91,7 @@
"publisher": "expo",
"icon": "images/logo-marketplace.png",
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.78.0"
},
"categories": [
"Debuggers",
Expand Down

0 comments on commit 602946c

Please sign in to comment.