You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you run :LspInfo the neovim client tries to get version of ols, and have no success.
and after some time LSP becomes unresponsive and requires restart.
it would be nice add just one of those flags, that just returns current version of ols, so neovim lsp client can ping it time to time and check it health.
LSP configs active in this buffer (bufnr: 30) ~
- Language client log: ~/.local/state/nvim/lsp.log
- Detected filetype: `odin`
- 1 client(s) attached to this buffer
- Client: `ols` (id: 4, bufnr: [1, 28, 36, 30, 12])
root directory: ~//Projects/odin-game/
filetypes: odin
cmd: ~/.local/share/nvim/mason/bin/ols
version: `?` (Failed to get version) Tried:
`~/.local/share/nvim/mason/bin/ols --version`
`~/.local/share/nvim/mason/bin/ols -version`
`~/.local/share/nvim/mason/bin/ols version`
`~/.local/share/nvim/mason/bin/ols --help`
The text was updated successfully, but these errors were encountered:
when you run
:LspInfo
the neovim client tries to get version of ols, and have no success.and after some time LSP becomes unresponsive and requires restart.
it would be nice add just one of those flags, that just returns current version of ols, so neovim lsp client can ping it time to time and check it health.
The text was updated successfully, but these errors were encountered: