linter-ui-default
linter-ui-default copied to clipboard
Possible bug with multiple panes
See linter-tslint #180 for more details.
I have a feeling this may be a linter-ui issue as the reports are not linter-tslint specific.
Have you been able to determine a way to reproduce this?
The only reliable method is to open files in split panes and work for a while. Eventually things will start going wrong with the lint positions
I've had that error before and it's an error in Atom internals, very hard to repro but Atom does not respond correctly to decorations APIs after a while in some cases
This happened after I added a 3 empty lines above somewhere, which is not allowed in my tslint.config, and then removing those lines again.