linter-ui-default
                                
                                 linter-ui-default copied to clipboard
                                
                                    linter-ui-default copied to clipboard
                            
                            
                            
                        Still underlines "invalid" code when I just have fixed them
Looks like a new bug: when I just have fixed invalid code and it was underlined with a yellow highlight, that yellow line does NOT disappear when I have fixed it. Happens on latest, v1.6.0
Hi @binarykitchen
Highlights dont disappear until lint is triggered again, which usually happens on save or on text change (if the provider supports it). Can you tell us which linter provider you are using and if it supports lint on change?
ah, on save or text change it lints again.
can we change that behavior and have it lint again after i.E. 500ms of silence? sometimes you correct a line and then lean back + think about stuff, then glare back to the monitor and wonder why it's still invalid ...
You can configure lintOnChangeInterval in the base linter package. Does that answer your question?
ok, that's configured. thanks for pointing. but the next problem is ... see screenshot:

when i click on the yellow icon, nothing happens. and there are no errors nor warnings at all in the window.
That''s another configuration 😛
By default status icon shows stuff from entire project, you can change panelRepresents or stausBarRepresents from linter-ui-default config
ah good, that worked
now the next issue:

why is Create.es underlined with yellow as faulty but has zero warnings/errors?
It looks like it has a warning somewhere in there, you should install minimap and linter minimap. It would show you an overview of where errors are in your files
installed them, still no change. it's still underlined with yellow. it has no linting errors in it.
nowhere there is an explanation what's wrong with this file. even when i mouse over it, no tooltip appears telling me what's wrong with it.
any ideas/suggestions?