LSP client doesn't support `workspace/semanticTokens/refresh`
I have been trying to use the semantic highlighting from typst-lsp but get this error
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: MethodNotFound, message: "workspace/semanticTokens/refresh", data: None }', src/server/lsp.rs:250:53
The issue doesn't seem to be with typst-lsp
, but that kate doesn't support workspace/semanticTokens/refresh