-
Hello
I am investigating a suspected memory leak in the Omnisharp Language Client. When configuring the client to handle a periodic notification from an external Language Server, I consistently obs…
-
Would be nice to support behavior for how the `RestartingServer` restarts.
Currently, there's a 5 second cooldown hardcoded in: https://github.com/ChimeHQ/LanguageClient/blob/253b8a0d2ea2a8c84cbd51…
-
## Overview
Creating an empty file makes LSP client stop working and demands reload of an entire workspace (not restarting LSP).
Editing existing (well-formed) dhall file and leave it ill-formed for…
-
### Swift version
swift-6.0-DEVELOPMENT-SNAPSHOT-2024-09-17-a
### Platform
macOS 14.5
### Editor
https://github.com/ChimeHQ/LanguageClient
### Description
In response to a shutdown request, the…
-
https://github.com/autozimu/LanguageClient-neovim/blob/next/INSTALL.md#5-configure-this-plugin
# 原因
`%USERPROFILE%\dotfiles\vim\plugin\repos\github.com\autozimu\LanguageClient-neovim_next\bin`
に`…
-
```log
Error: Connection got disposed.
at Object.dispose (/home/itdev/.vscode-server/extensions/beaglefoot.awk-ide-vscode-0.10.3/node_modules/vscode-jsonrpc/lib/common/connection.js:1044:27)
…
-
I try to use `@typefox/monaco-editor-react` with multiple files, but only for first file callback `onTextChanged` fired.
Repro repo: https://github.com/lobotomoe/monaco-on-text-changed-issue
Ste…
-
### Observed behavior
I detected critical memory leak in CCLS. I use Arch Linux on linux-zen 6.8.8 kernel. CPU - AMD FX-8350, 16GB RAM. I compiled clang-git from AUR with enabled -fsanitize=address…
-
I haven’t forgotten about this package; just haven’t had time to think about the best way to go forward. But after recent experiments with language servers/clients in other projects, I got the idea a …
-
Hi,
I've followed the Vim instructions, namely I added:
```vim
call g:plug#begin()
Plug 'JuliaEditorSupport/julia-vim'
Plug 'autozimu/LanguageClient-neovim', {'branch': 'next', 'do': 'bas…