jwortmann
jwortmann
Currently if LSP (this package) is installed, it runs quite some code in the background whenever the callbacks from [`DocumentSyncListener`](https://github.com/sublimelsp/LSP/blob/a6b17a4aa4d10d8ddc225413d221c4241b877f8b/plugin/documents.py#L139), which is a subclass of `sublime.ViewEventListener`, are triggered. This happens...
Closes #2504 Maybe having this check in `is_regular_view` is not really accurate (regarding the function name), but I think it is the best place for reusability.
Using the latest `master` branch (https://github.com/julia-vscode/LanguageServer.jl/tree/0da181a8e48da14c2ac46519311e01352c7c6fca) I noticed that the optional `version` property of the [PublishDiagnosticsParams](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#publishDiagnosticsParams) is always set to `0`. As a result, the client likely rejects to update...
I want to report what I believe is a bug in tabby-agent. tabby was started via `tabby serve --model StarCoder-1B --no-webserver` For testing a LSP client integration, I enabled the...
I'd like to deprecate the `Session.set_window_status_async` method in LSP, because there is also the newer `Session.set_config_status_async` which does basically the same thing. The only change from this PR should be...
If Julia was installed with juliaup and the Julia version is outdated, the language server might be stuck with an `(initializing)` message in the status bar, if the opened file...
Fix #2561
Experimental / work in progress Implementation details are open for discussion and it would be nice to gather some opinions how inline completions should work. - For now in this...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Platform x64 Windows (win32-x64, Most Common) ### Editor Sublime Text ### Editor Version...