philschatz / atom-pull-requests

:octocat: View/Edit comments on a Pull Request directly inside the Atom Editor
47 stars 9 forks source link

Not seeing the comment in the line gutter #4

Open Ashraf-Ali-aa opened 8 years ago

Ashraf-Ali-aa commented 8 years ago

Hi, I can't seem to see the comment icon / the comment in the line gutter, am using a private repo but I do get the correct count in the tree view and on the tabs. image

p.s the repo is a submodule

philschatz commented 8 years ago

I think you may have a theme that is overriding the icons. The way I add icons to the gutter is a little kludgy and am working on a fix to atom-linter to nicely add icons to the gutter.

You may be able to add ./styles/pull-requests.atom-text-editor.less to your ~/.atom/styles.less file which should work.

Note: Because atom-linter does not currently support custom icons, the comment icon shows up for any linter INFO message (not ERROR or WARN) if you are using this package.

Hope that helps!