Rafał Chłodnicki
Rafał Chłodnicki
I don't know which server does this from the top of my head but eslint registers different capability here: https://github.com/microsoft/vscode-eslint/blob/f42f9e9d0455d107920019a5067811eef72c8ffa/server/src/eslint.ts#L1015-L1015 It's not much different from registering a DidChangeWatchedFiles capability. Refer...
Thanks, it works. That said, the vscode language client libraries support a setting like `clangd.trace.server` out of the box. The only thing that makes it problematic in this case is...
I'm not sure I understand the question but since the whole protocol communication goes through the language client, it's able to post this data to the output panel. The log...
https://github.com/clangd/clangd/issues/2201
A current blocker is related to making the Vue Typescript plugin easy to set up with LSP-typescript. Setting up Vue Typescript plugin basically means adding a configuration like this in...
For the record (if someone wants to use hybrid mode before it's officially supported), to fix some issues with requests prioritization, it's recommended to also disable some capabilities and set...
I've edited the comments to just have one configuration instead of confusing two different ones. But yeah, LSP-typescript must be running also.
More or less superseded by #152, even if some considerations from here still apply.
There exists https://packages.sublimetext.io/packages/LSP-ty now.
Note that biome must also report that code action through `codeActionProvider.codeActionKinds` server capability. See https://github.com/microsoft/language-server-protocol/issues/1629#issuecomment-2245413255