atom-pull-requests icon indicating copy to clipboard operation
atom-pull-requests copied to clipboard

Not seeing the comment in the line gutter

Open Ashraf-Ali-aa opened this issue 8 years ago • 1 comments

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

Ashraf-Ali-aa avatar Nov 30 '15 09:11 Ashraf-Ali-aa

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!

philschatz avatar Dec 05 '15 18:12 philschatz