mybuddymichael / linter-elm-make

Lint your Elm files in Atom with elm-make
MIT License
32 stars 12 forks source link

atom-ide-ui does not reflect error count in status bar #156

Closed mrmurphy closed 6 years ago

mrmurphy commented 7 years ago
image

When I've got errors in my Elm file, the errors show up in the diagnostics panel, but the little error count in the bottom left corner always shows 0.

@halohalospecial I saw that you merged support yesterday. Was it supposed to just work with no changes?

halohalospecial commented 7 years ago

@splodingsocks, it should work with no changes :grin: Do you have both linter and diagnostics (from atom-ide-ui) enabled? I think you should only have 1 of those enabled.

linter-atom-ide

mrmurphy commented 7 years ago

Huh! It's working now. I probably did have both of those enabled. Thank you!