Skip to content

fix: align vscode typings with engine#79

Merged
corwinm merged 1 commit into
mainfrom
fix/align-vscode-types-engine
Jun 23, 2026
Merged

fix: align vscode typings with engine#79
corwinm merged 1 commit into
mainfrom
fix/align-vscode-types-engine

Conversation

@corwinm

@corwinm corwinm commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Downgrades @types/vscode to 1.96.0 so the typings align with the declared engines.vscode range (^1.96.2).
  • Updates pnpm-lock.yaml accordingly.
  • Fixes the release packaging failure from vsce package: @types/vscode 1.120.0 greater than engines.vscode ^1.96.2.

Test Plan

  • pnpm run check-types
  • pnpm run lint
  • pnpm test — 26 passing
  • pnpm exec vsce package --no-dependencies --out /tmp/oil-code-test.vsix

Notes

  • I tried @types/vscode@1.96.2 first, but that exact package version does not exist on npm. 1.96.0 is the matching available typings release for the declared VS Code engine floor.

@corwinm
corwinm merged commit 53759d6 into main Jun 23, 2026
3 checks passed
@corwinm
corwinm deleted the fix/align-vscode-types-engine branch June 23, 2026 22:51
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))
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant