Skip to content

🐛 Keep @types/vscode at the engines.vscode floor - #206

Merged
savannahostrowski merged 1 commit into
mainfrom
fix-types-vscode-engine-mismatch
Jul 21, 2026
Merged

🐛 Keep @types/vscode at the engines.vscode floor#206
savannahostrowski merged 1 commit into
mainfrom
fix-types-vscode-engine-mismatch

Conversation

@savannahostrowski

Copy link
Copy Markdown
Member

On trying to release 0.3.0, publishing failed because @types/vscode had been bumped to a version greater than engines.vscode, which made vsce refuse to package the extension (the types shouldn't outrank the engine).

This reverts the bump and adds a dependabot ignore for that package, since it isn't really a dep we need to keep current; it's the declaration of the oldest VS Code we support. Raising it is a deliberate decision, paired with a matching engines.vscode bump. In the future we bump it and engines.vscode intentionally, together.

@savannahostrowski savannahostrowski self-assigned this Jul 21, 2026
@savannahostrowski savannahostrowski added the bug Something isn't working label Jul 21, 2026
@github-actions github-actions Bot added the internal Internal changes label Jul 21, 2026
@savannahostrowski savannahostrowski removed the bug Something isn't working label Jul 21, 2026
@savannahostrowski
savannahostrowski merged commit 30b2320 into main Jul 21, 2026
12 of 13 checks passed
@savannahostrowski
savannahostrowski deleted the fix-types-vscode-engine-mismatch branch July 21, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant