clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
594 stars 97 forks source link

Release version 0.1.27 #590

Closed kotborealis closed 3 months ago

kotborealis commented 3 months ago

I just wanted to know how long would it take to publish a new version of this extension to the marketplace? Specifically, I'm waiting for the #587 patch to go live.

Also let me know if I can help with this - should I submit a PR with a version bump?

HighCommander4 commented 3 months ago

Thanks for filing. In addition to #587, #390 is another recent fix which I imagine some users are waiting to get released.

I'd like to fix one more thing, #588, and then release those three fixes together.

Also let me know if I can help with this - should I submit a PR with a version bump?

Sure, please go ahead.

HighCommander4 commented 3 months ago

I posted a PR at https://github.com/clangd/vscode-clangd/pull/596

kotborealis commented 3 months ago

Thank you so much for your work!