-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Konveyor version
https://github.com/konveyor/kantra/releases/tag/v0.6.0-alpha.2
### Priority
Undefined (Defa…
-
### Related problem
As described in https://github.com/nushell/vscode-nushell-lang/issues/117 there is a demand to integrate support for the language server protocol (LSP) into Nushell itself inste…
-
Error while consuming 'textDocument/codeAction' with language server 'Tools for MicroProfile'
org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Internal error.
at org.eclipse.lsp4j.jsonrpc.Remote…
-
Just scrambling this here.
Provide richer experience with LSP. Perhaps this should be a separate extension that works with DevDB?
https://code.visualstudio.com/api/language-extensions/language-s…
-
I wanted to see if there is any chance on movement to include an LSP for node within the SDK? We've increasingly been doing that in the other SDK extensions with great success as it significantly redu…
-
The language server is automatically started by the extension as soon as a file with a handled language-identifier is opened.
Within the vscode session only one language server is used.
The issue:…
-
There are periodic releases of the `haskell-language-server`, for instance, as of the time of writing this issue, [v2.8.0](https://github.com/haskell/haskell-language-server/releases/tag/2.8.0.0) has …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Some language servers, such as [Godot](https://godotengine.org)'s [GDScript](https://docs.godotengine.org/en/stable/tuto…
-
**Setup:**
- windows 10
- vscode v1.87.2
- R v4.3.3
- languageserver v0.3.16 (installed from GitHub)
Workspace containing a single file named "test.R" with content:
```r
'\xa0'
```
**Erro…
-
Current solution does not work well with docker containers, and is overall a bit unstable and hacky currently.
To solve this, a JS language server should be used, and IPC via Std-in/out for getting…