marcelwgn / IndentRainbow

Visual Studio extension for colorization of indent levels
https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow
MIT License
33 stars 8 forks source link

Visual Studio stopped responding for 55 seconds #26

Closed maximilien-noal closed 3 years ago

maximilien-noal commented 3 years ago

Got this yesterday with a file hitting the 5K line count.

File is here : https://github.com/maximilien-noal/WpfHexEditorControl/blob/feature/avaloniaui/Sources/AvaloniaHexEditorCore/HexEditor.axaml.cs

marcelwgn commented 3 years ago

Do you know that this is caused by the IndentRainbow extension? I've opened the file (and several others with the same size) and it always opened very quickly and without VS stopping to respond. Which configuration are you using for the extension?

maximilien-noal commented 3 years ago

I'm using the default config.

I disabled all extension except IndentRainbow -> the problem didn't occur again.

I guess VS reported the wrong extension.

marcelwgn commented 3 years ago

Alright, thank you! If the issue occurs again, feel free to reopen this issue.