Skip to content

Commit

Permalink
Bump VS Code engine from 1.93.0 to 1.94.0 (#701)
Browse files Browse the repository at this point in the history
* Bump @types/vscode from 1.93.0 to 1.94.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.93.0 to 1.94.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

---
updated-dependencies:
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Align engine version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <valery_yatsynovich@epam.com>
  • Loading branch information
dependabot[bot] and valfirst authored Nov 6, 2024
1 parent e94dfec commit ee4157d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]
* * Bump VS Code engine from 1.93.0 to 1.94.0

## [0.2.1] - 2024-09-24
* Bump minimum required Java for server from 17 to 21

## [0.2.0] - 2024-09-24
Expand Down
14 changes: 7 additions & 7 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 @@
},
"license": "Apache-2.0",
"engines": {
"vscode": "^1.93.0"
"vscode": "^1.94.0"
},
"categories": [
"Debuggers",
Expand Down Expand Up @@ -265,7 +265,7 @@
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/sinon": "^17.0.2",
"@types/vscode": "^1.93.0",
"@types/vscode": "^1.94.0",
"sinon": "^19.0.2",
"mocha": "^10.7.3",
"tslint": "^6.1.3",
Expand Down

0 comments on commit ee4157d

Please sign in to comment.