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
There are green (monomorphic) yellow (polymorphic) red (megamorphic) indicators that show up in the code editor. However, this only shows up the first time a log is loaded. It disappears when reloading, or when changing the file in the editor.
To fix this I've been restarting vscode and then loading the log again.
The text was updated successfully, but these errors were encountered:
I've seen this happen sometimes as well. IC indicators sometimes seem to fail when there are a large number of editor decorations to apply. I've set a limit at 10,000 decorations, but that number may actually be too high.
So far it seems to be a VS Code issue, but if you have a specific repro I can use, I can verify you aren't seeing some other issue.
There are green (monomorphic) yellow (polymorphic) red (megamorphic) indicators that show up in the code editor. However, this only shows up the first time a log is loaded. It disappears when reloading, or when changing the file in the editor.
To fix this I've been restarting vscode and then loading the log again.
The text was updated successfully, but these errors were encountered: