clangd / vscode-clangd

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

Allow to download prerelease version from the Download command #528

Open thebestnom opened 1 year ago

thebestnom commented 1 year ago

Also allowing to choose version in the command is appreciated

HighCommander4 commented 1 year ago

You're probably aware of this, but just for completeness: you can of course manually download any version from https://github.com/clangd/clangd/releases and put it in your PATH or point clangd.path to it.

thebestnom commented 1 year ago

@HighCommander4 of course I can, but clangd already have the ability to check for updates and download which automate this and I would like an enhacment to allow enhacment 😅 When I have time I maybe open pr