linter-ui-default icon indicating copy to clipboard operation
linter-ui-default copied to clipboard

Possible bug with multiple panes

Open Xapphire13 opened this issue 7 years ago • 4 comments

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.

Xapphire13 avatar Jul 11 '17 21:07 Xapphire13

Have you been able to determine a way to reproduce this?

Arcanemagus avatar Aug 30 '17 22:08 Arcanemagus

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

Xapphire13 avatar Aug 30 '17 23:08 Xapphire13

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

steelbrain avatar Aug 31 '17 07:08 steelbrain

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.

image

mxchange avatar Aug 31 '17 13:08 mxchange