steelbrain / linter-ui-default

Default UI for the Atom Linter package
MIT License
85 stars 47 forks source link

Enabling package linter and intentions that are needed for "linter-ui-default" #655

Closed lua-rocks closed 3 years ago

lua-rocks commented 3 years ago

How to unsubscribe from this spam on each Atom startup?

screenshot-001

aminya commented 3 years ago

Disable Linter and Linter-Ui-Default package

lua-rocks commented 3 years ago

Of course! Better yet - "delete Atom" or "kill yourself". I was expecting a different answer, but this one will do, too. Thank you.

steelbrain commented 3 years ago

Woah there :)

Apologies for the confusion here @lua-rocks. linter-ui-default needs linter to function, from that notification it appears that you have disabled the linter package while keeping the linter-ui-default package enabled.

Since one needs the other to function, I would recommend you disable linter-ui-default as well, since it doesn't have anything to show a UI for unless linter is turned. No drastic actions needed :)

lua-rocks commented 3 years ago

Thanks for the clarification @steelbrain, but I have both packages enabled, I did not disabled linter and everything works fine for me except this annoying message (I use linter for linter-luacheck).

steelbrain commented 3 years ago

I see, then the only missing piece in the puzzle would be the intentions package. Do you have it installed / activated?

lua-rocks commented 3 years ago

Yes, you're right, I don't have it. Thank you very much just installed it and my problem is solved! But to tell you the truth I uninstalled it before because I don't really understand what it does. I use Atom only for the lua language and the intensions package seems to be useless for my needs.

aminya commented 3 years ago

Do you disable the intentions package every time you load Atom? If not, there is probably a bug in the code, as this message should be given only once.

lua-rocks commented 3 years ago

@aminya I just didn't know that it is required and removed it a long time ago.

lua-rocks commented 3 years ago

Actually, I still don't know what I need it for, other than to hide this message.