You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip all semantic tokens requests if sourcekitd doesn't support it
I was mistakingly only catching the `unknown request: source.request.semantic_tokens` in `openAndPerformSemanticTokensRequest`. We should be catching it in `performSemanticTokensRequest`, which gets invoked directly from some tests.
0 commit comments