Zulip Chat Archive
Stream: lean4
Topic: VSCode: Where is semantic highlighting?
Chris Lovett (Jul 12 2022 at 20:06):
The 'textDocument/semanticTokens/full' request comes directly from VSCode and goes to the LSP and back to VSCode without the extension being involved at all. You might be able to intercept them in the LeanClient if you insert the (SemanticTokensMiddleware).
Last updated: Dec 20 2023 at 11:08 UTC