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
Bug #6402 happened for me again, and I have verbose logging enabled, but unfortunately it is pretty impossible to read because of messages like this:
[Trace - 3:45:47 PM] Received response 'textDocument/semanticTokens/full/delta - (15638)' in 34ms.
Result: {
"data": [
0,
0,
3,
1,
... Followed by 100k lines of data ...
I doubt anyone is going to read that - you might want a custom Debug impl. I folded a few of those away and the next biggest causer of spam is progress messages (I got about 1500 of them in just a few seconds).
Bug #6402 happened for me again, and I have verbose logging enabled, but unfortunately it is pretty impossible to read because of messages like this:
I doubt anyone is going to read that - you might want a custom
Debug
impl. I folded a few of those away and the next biggest causer of spam is progress messages (I got about 1500 of them in just a few seconds).The text was updated successfully, but these errors were encountered: