Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Visual IC boxes disappear #39

Open
ntucker opened this issue Jun 21, 2023 · 2 comments
Open

Bug: Visual IC boxes disappear #39

ntucker opened this issue Jun 21, 2023 · 2 comments

Comments

@ntucker
Copy link

ntucker commented Jun 21, 2023

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.

@rbuckton
Copy link
Member

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.

@ntucker
Copy link
Author

ntucker commented Jun 21, 2023

I can't imagine the decorators exceeding 100 for the files I"m looking at. They are only 170 lines of code, and many lines have no indicators on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants