bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
232 stars 76 forks source link

Increase vscode engine version #339

Closed cameron-martin closed 5 months ago

cameron-martin commented 5 months ago

When running vsce package, it complains that the versions of engines.vscode and @types/vscode are incompatible. This updates engines.vscode to match the version of @types/vscode.

cameron-martin commented 5 months ago

What's the support meant to be on vscode versions? Should we actually downgrade @types/vscode to an older version?

This mismatch was caused by upgrading it in #317. I needed to do this to use the newest version of vscode-languageclient, but possibly I didn't need to upgrade it to latest.