oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
406 stars 53 forks source link

Inline Editor Indent Rainbow Requires Focus for Proper Functioning #156

Open hwf1324 opened 1 year ago

hwf1324 commented 1 year ago

When opening the inline editor, the indent rainbow doesn't function properly. It is necessary for the inline editor to acquire focus in order for rendering to occur.

oderwat commented 1 year ago

Forgive my ignorance, but what is the "inline editor"?

hwf1324 commented 1 year ago

Sorry for the misunderstanding, I didn't look for the official name at the time.

Officially this is called peek, but it turns out that not only does peek not work when it is opened, but also when the output panel is first opened.

oderwat commented 1 year ago

For me, it works inside the peek editor after clicking inside the "peek" window, and I am not terribly annoyed that it did not work before. If somebody wants to look into that, I may accept a PR for that. With > 5 million downloads and a total of about 40 people who bought me a coffee in 7 years, I am not terrible motivated to look into it myself.

hwf1324 commented 1 year ago

Ok, thank you very much for the extension.

I'm just reporting it.