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
alexdima opened this issue
Apr 6, 2020
· 2 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseimportantIssue identified as high-priorityverifiedVerification succeeded
ERR byte length of Uint32Array should be a multiple of 4: RangeError: byte length of Uint32Array should be a multiple of 4
at new Uint32Array (<anonymous>)
at fromLittleEndianBuffer (file:///Users/jrieken/Code/vscode/out/vs/workbench/api/common/shared/semanticTokensDto.js:42:20)
at Object.decodeSemanticTokensDto (file:///Users/jrieken/Code/vscode/out/vs/workbench/api/common/shared/semanticTokensDto.js:105:21)
at MainThreadDocumentSemanticTokensProvider.provideDocumentSemanticTokens (file:///Users/jrieken/Code/vscode/out/vs/workbench/api/browser/mainThreadLanguageFeatures.js:613:45)
at processTicksAndRejections (internal/process/task_queues.js:85:5)
This was spotted by @jrieken when working. There are no steps to reproduce because this has to do with how a specific part of an extension host message (the semantic tokens dto) aligns on bytes in the underlying nodejs stream.
I can reproduce through unit testing.
This can lead to semantic tokens becoming stale and not updating.
The text was updated successfully, but these errors were encountered:
alexdima
added
bug
Issue identified by VS Code Team member as probable bug
candidate
Issue identified as probable candidate for fixing in the next release
important
Issue identified as high-priority
labels
Apr 6, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseimportantIssue identified as high-priorityverifiedVerification succeeded
This was spotted by @jrieken when working. There are no steps to reproduce because this has to do with how a specific part of an extension host message (the semantic tokens dto) aligns on bytes in the underlying nodejs stream.
I can reproduce through unit testing.
This can lead to semantic tokens becoming stale and not updating.
The text was updated successfully, but these errors were encountered: