-
Notifications
You must be signed in to change notification settings - Fork 29
Not working #258
Comments
If you open up a file you are expecting an error message on and run |
@Arcanemagus , I've been using Atom for ages now, and I had no idea what a Command Palette my output from linter:debug is
Solution: On further investigation (this is the second night I've spent doing this):
I could run lint by going into the command palette and doing "linter lint". EDIT: after crashing Atom with a file too large... I restarted, and using the command palette linter didn't work, and said nothing was there. So I opened the preferences and had a look at the linter settings, and went back to the file and lint returned - so I think it just takes a short time for it to "start" after atom starts, or after the file is opened. Hope this helps. EDIT # 2.5: I was curious as to why sometimes it didn't "lint". Turns out, either linter or linter-gcc2 doesn't check inside |
This is saying that either you don't have
This is a known issue with
This repo has been archived so I'm not surprised it's broken.
It sounds like the scope ("language") of the code was changed inside those |
Just like @Arcanemagus us I didn't know what command palette was, but here's the information it gave me:
Sorry for the late response. |
Hey @Arcanemagus, thanks a lot! linter-gcc2 by tvincent056 works indeed, I'll be using it if we can't find a solution. |
Um, you're welcome? :) |
@Max-Hollywood Whoops, I tagged the wrong person and never came back here. Here I am two years later. Lol, thanks for your help with whatever this was about :) |
I installed this, along with Linter clang and Linter UI, but no sign of life, except for the blank error page on the bottom.
How do I get this to work? I'm totally new to Atom.
The text was updated successfully, but these errors were encountered: