-
Hi
Please add some info on getting this to work with the Zed editor.
-
```[tasklist]
### Emacs
- [ ] https://github.com/emacs-lsp/lsp-mode/pull/4606
- [ ] Elgot
```
```[tasklist]
### Neovim
- [ ] https://github.com/mason-org/mason-registry/pull/7480
- [ ] https…
-
Type: Bug
I'm trying out Julia on my system with the "hello world" Julia file containing _only_ the line: `print("Hello world!")`. I was setting up the debugger with the preset `launch.json` below
…
-
Hi all. I'm trying to integrate `hoon-language-server` with `hoon.vim` per the [instructions](https://github.com/urbit/hoon.vim) in the README. However, I get the following error when I run `hoon-lang…
-
# Proposal for Language Server Support
I've been working on my own plugin atom-rtags-plus for a bit now and am fairly happy with the functionality.
Unfortunately I've found that when working in ot…
-
```
when click the button to capture an image it gives error no language found..
in setting it gives error no language server found. please reply soon about this
```
Original issue reported on code.…
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
## Outcome
Create an extension for VSCode that allows for auto-completion for Nucleus web components
## Scope
- [x] Create a server
- [x] Import custom elements manifest
- [x] Setting up au…
-
Hi There,
Are you aware of anyone working on adding LSP support for terraform? Based on the list of [LSP implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/)…
-
Hello,
I am trying to setup a new language server but I need to add some custom calls to the language server.
I believe what I need is
1. The ability to enable, and disable a language server …