Raoul Wols

Results 283 comments of Raoul Wols

They're also disabled here https://github.com/sublimelsp/LSP-lua/blob/df49aee213504a32722ec7f523abb74846c031bb/LSP-lua.sublime-settings#L23-L30

Related, and the root cause: https://github.com/rust-lang/rust-analyzer/issues/4712

Indeed. And we had a lot of struggle making UTF-16 work, so why bother with additional encodings?

Can't this be a server setting like "ruff.smartAutoFormat" and let lsp-ruff (the server) figure it out?

wcmatch is a dependency that’s only available for py33.

Not minding the spam at all. In fact you’re doing some great work 👍

Now it’s a safe next step to announce some kind of deadline date to do the transition to py38 for all helper packages with this ready to merge :)

I think you could achieve this with a plugin in your User/ folder that could, for example, toggle the `show_diagnostics_severity_level` setting in the User/LSP.sublime-settings file between `0` and `4`.

I am interested in: - The .sublime-syntax or .tmLanguage you're using for highlighging zig code - The output of `view.settings().get("auto_complete_triggers")` in the ST console

I used this repository for testing: https://github.com/akash1474/txedit In the file src/fa-regular.h, I cannot reproduce clangd's behavior: https://github.com/sublimelsp/LSP/assets/2431823/b72d9849-b788-4b8e-a929-062187eb9f65 Payload: ``` {'range': {'start': {'character': 21, 'line': 4}, 'end': {'character': 38, 'line': 4}},...