### Describe the Bug according to [the docs](https://pyrefly.org/en/docs/IDE-features/#semantic-tokens), semantic highlighting is supported in vscode but it does not seem to work for me: <img width="563" height="357" alt="Image" src="https://github.com/user-attachments/assets/0f39d832-1f8b-4fba-b387-90bb27c88f9a" /> running `Developer: Inspect Editor Tokens and Scopes` in vscode reveals no semantic token info anywhere in the file: <img width="566" height="293" alt="Image" src="https://github.com/user-attachments/assets/d05ef889-a215-491c-be0d-fd1db570fb49" /> pyrefly 1.0.0 ### Sandbox Link _No response_ ### (Only applicable for extension issues) IDE Information semantic token requests do seem to appear in the trace: ``` [Trace - 4:51:38 PM] Received response 'textDocument/semanticTokens/full - (104)' in 1ms. Result: { "data": [ 0, 5, 6, 0, 0, 0, 14, 11, 12, 512, 2, 0, 11, 12, 512, 3, 4, 3, 12, 0 ] } ```
Describe the Bug
according to the docs, semantic highlighting is supported in vscode but it does not seem to work for me:
running
Developer: Inspect Editor Tokens and Scopesin vscode reveals no semantic token info anywhere in the file:pyrefly 1.0.0
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
semantic token requests do seem to appear in the trace: