Skip to content

Commit

Permalink
chore: update vscode to 1.74.0 (#190)
Browse files Browse the repository at this point in the history
* chore: update vscode to 1.74.0

* fix: package version needs 3rd number 🤷‍♂️
  • Loading branch information
ShaunSHamilton authored Dec 16, 2022
1 parent 0a1bd6b commit 48551db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- `schema.json` for `freecodecamp.conf.json`

### Updated

- `vscode` engine to `1.74.0`

##[1.7.1](#v1.7.1) (2022-11-07)

### Fixed
Expand Down
16 changes: 8 additions & 8 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 @@ -11,7 +11,7 @@
},
"icon": "images/logo-128X128.png",
"engines": {
"vscode": "^1.73.0",
"vscode": "^1.74.0",
"node": ">=18.0.0"
},
"categories": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"@types/glob": "7.2.0",
"@types/mocha": "9.1.1",
"@types/node": "18.11.13",
"@types/vscode": "1.73.1",
"@types/vscode": "1.74.0",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@vscode/test-electron": "2.2.1",
Expand Down

0 comments on commit 48551db

Please sign in to comment.