zed icon indicating copy to clipboard operation
zed copied to clipboard

Custom configuration of lsp paths

Open Cupnfish opened this issue 2 years ago • 3 comments

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

Cupnfish avatar Nov 11 '22 10:11 Cupnfish

+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.

spencerkohan avatar Nov 13 '22 10:11 spencerkohan

+1

FF1990 avatar Aug 18 '23 03:08 FF1990

See also #4978

jansol avatar Mar 01 '24 13:03 jansol