fix: align vscode typings with engine#79
Merged
Conversation
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 23, 2026
## [0.2.0](v0.1.1...v0.2.0) (2026-06-23) ### Features * add configurable metadata columns ([#77](#77)) ([48cf3ab](48cf3ab)), closes [#53](#53) [#54](#54) ### Bug Fixes * align vscode typings with engine ([#79](#79)) ([53759d6](53759d6)) * update esbuild security patch ([#73](#73)) ([60235f2](60235f2)) * update shell-quote transitive dependency ([#72](#72)) ([412781b](412781b))
|
🎉 This PR is included in version 0.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@types/vscodeto1.96.0so the typings align with the declaredengines.vscoderange (^1.96.2).pnpm-lock.yamlaccordingly.vsce package:@types/vscode 1.120.0 greater than engines.vscode ^1.96.2.Test Plan
pnpm run check-typespnpm run lintpnpm test— 26 passingpnpm exec vsce package --no-dependencies --out /tmp/oil-code-test.vsixNotes
@types/vscode@1.96.2first, but that exact package version does not exist on npm.1.96.0is the matching available typings release for the declared VS Code engine floor.