-
I'm having an issue where my LSP servers can't find my project's dependencies, because `direnv` activates a Python virtualenv *after* my LSP servers have already started up.
To fix this, I thought …
Hubro updated
6 months ago
-
Most LSP servers (like Eclipse JDT LS) use initparams' [processId](https://github.com/yegappan/lsp/blob/8255965e345c0628036ac7f635cf5784cddec5dd/autoload/lsp/lspserver.vim#L162) to check if the parent…
-
## Description
I follow the instructions for the Scala Language Server (Metals) integration: https://jupyterlab-lsp.readthedocs.io/en/latest/Configuring.html#example-scala-language-server-metals-in…
-
I'd like to enable different servers in specific project directories. This becomes an issue when working with the same language with multiple runtimes.
In this example, `LSP-typescript` would apply…
-
The example server is still using `params.rootUri` https://github.com/microsoft/vscode-extension-samples/blob/master/lsp-multi-server-sample/server/src/server.ts#L25
Which makes sense in the useca…
-
``` console
$ jack_lsp -s default
*** buffer overflow detected ***: terminated
Aborted (core dumped)
```
Version `4` (GIt tag) of this repo.
-
### Check for existing issues
- [X] Completed
### Describe the feature
There's an option in VS Code called "import module specifier" which allows to choose how the auto-imports are written.
…
-
Hi, so happy to see Ember support in Zed - thankyou for doing this! 🙏 .
Did you consider supporting the Ember `stable-language-server` so that we can get proper LSP integration etc in Ember files?
-
### Proposal
[VS Code Live Share](https://code.visualstudio.com/learn/collaboration/live-share) is a feature that allows multiple clients to edit the same file. When using Live Share with Lean, sta…
-
Hello. I really appreciate your work on python-lsp-server, thank you.
I made a repo for this issue: https://github.com/MatrixManAtYrService/sample-repo-helix-pylsp/blob/main/README.md. The problem…