Skip to content

Commit

Permalink
Allow older versions of VS Code (#50)
Browse files Browse the repository at this point in the history
* Downgrade `@types/vscode`

* Mention pushing tags
  • Loading branch information
carlthome authored Apr 1, 2024
1 parent 0bd789b commit 112b286
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ xvfb-run -a npm test

1. Update the version in `package.json` according to [semver](https://semver.org/) (e.g. `npm version minor` for a new feature).
1. Update the `CHANGELOG.md` with the new version and changes.
1. `git push --tags`
1. Submit a new release by `gh release create v$(npm pkg get version | xargs)` and fill in the details.

## FAQ
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "20.x",
"@types/vscode": "^1.87.0",
"@types/vscode": "^1.78.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 112b286

Please sign in to comment.