clangd / vscode-clangd

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

Can the behavior of download language server be controlled by the Download Extensions Locally setting? #615

Open Blues-star opened 2 months ago

Blues-star commented 2 months ago

In the remote development environment (remote ssh), can the behavior of download language server be controlled by the Download Extensions Locally setting?

When I am doing remote environment development, since the remote environment may be an intranet environment and may not be able to access the external network, the automatic download of the clangd server usually fails. Can an option be added to control the download behavior of the extension, so that it can be set to download locally first, and then transfer to the remote host through scp for deployment?