zed
zed copied to clipboard
Custom configuration of lsp paths
Check for existing issues
- [X] Completed
Is your feature request related to a problem?
I'm in China and although I can download zed from zed's server, I can't download the lsp for the corresponding language via zed's built-in downloader and it often reports an error. I'd like to be able to provide an option to set the address of the lsp so that when I enter it I can load the provided lsp directly instead of downloading it again.
Describe the solution you'd like
There is a setting parameter provided in lapce called server-path
which, when set, will choose to load the lsp from the address pointed to by that parameter, and I hope that zed should also support one.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
+1 to this feature request.
I'm currently working on extending rust analyzer, and would like to be able to run a custom version to test in-editor. This is not currently possible in Zed and I have to use VSCodium instead.
+1
See also #4978