jwortmann

Results 216 comments of jwortmann

It seems that more servers start to use multiple dynamic registrations for diagnostics now. With debug logging enabled, I see the following in the console when using Pyright: ``` LSP:...

Another problem with the current approach with the syntax stub files which are provided by icon packages or themes is, that the syntax specific settings from the base syntax are...

I have opened a pull request months ago, that I believe would fix this bug: #1319. However, it seems like this repository is currently abandoned, and there has not been...

As far as I can tell from the recording there seem to be 2 bugs: 1. The language server sends `textDocument/publishDiagnostics` notifications even though it opts into the pull diagnostics...

> I wonder... does the spec imply or specify that it's not allowed? I couldn't find it explicitly in the specs, but I took it from the last paragraph in...

> Seems like server is not fast enough to parse document after change and applies formatting to old version? I'd say this looks more like `textDocument/formatting` is accidentally sent before...

@jfcherng > Only very few ones (e.g., LSP-copilot) will work well. Merging this PR would of course also prevent LSP-copilot to run on syntax test files. I don't know how...

The latest commit may fix the errors from the console. I noticed that I forgot some parts in the implementation earlier. Note that workspace diagnostics (usually used for diagnostics that...

This is probably something that would need to be implemented in [LSP-clangd](https://github.com/sublimelsp/LSP-clangd) because it is specific to the clangd server. I don't think I understand exactly how it is related...

I think I will probably revisit this PR when there is a server which supports the SnippetTextEdit, so that it can be tested.