Replies: 1 comment 6 replies
-
We do compute a delta based on the previous result for each open file. See here. I think using |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a reason
AbstractSemanticTokensProvider.getDocumentTokensBuilder
reuses
SemanticTokensBuilder
i get this warning on the client side on the 2nd call
Overlapping semantic tokens detected at lineNumber 1, column 10
here in _data there is already the previous tokens from the previous call.
is there something missing that flushes? e.g previousResult call?
pot. workaround:
Beta Was this translation helpful? Give feedback.
All reactions