bazelbuild / vscode-bazel

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

Marketplace release for v0.10.0 #385

Closed ryanwilsonperkin closed 2 months ago

ryanwilsonperkin commented 2 months ago

v0.10.0 has been released, but doesn't appear to be available on the VSCode marketplace https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel

Flagging because it looks like it might have been an issue with the GitHub action for releases not working correctly

vogelsgesang commented 2 months ago

Yes, we are aware of this. The marketplace listing is owned by Google. @cameron-martin already reached out to them, and asked for the new version to be published. Afaik, we did not hear back, yet

steeve commented 2 months ago

Thanks for the response, I was frantically refreshing the marketplace. Does this mean the project has changed hands ?

vogelsgesang commented 2 months ago

The project lay dormant for a while. Google is not internally using the VS Code extension and does not have plans or capacity to invest into it.

Recently, @cameron-martin and myself joined @jfirebaugh as maintainers. Since then, there has been more active development again, both on this extension as well as on two (experimental) language servers (one, two) for Starlark.

With the new activity of this project, we recently also saw contributions from other contributors picking up again. In case you also want to contribute, contributions are highly welcome 🙂

Mid-term, this project will likely migrate from a bazel-build to a bazel-contrib project. (Just like many other projects) As part of this, I hope that we will be able to also ship releases to the MarketPlace on a higher cadence, independently of Google

vogelsgesang commented 2 months ago

In the meantime, you can install the latest version of this extension using VS Code's "Install from VSIX" command. You can download the vsix for 0.10.0 from the release page or get the latest HEAD version from the GitHub Action's artifacts

fweikert commented 2 months ago

0.10.0 has been published.

vogelsgesang commented 2 months ago

Thank you 🙂

vogelsgesang commented 2 months ago

@withered-magic FYI. You might want to update your README in https://github.com/withered-magic/starpls to mention 0.10.0 instead of 0.9.0 and update the config snippet (see #369)

withered-magic commented 2 months ago

Done!