Closed jdkato closed 7 years ago
Thanks for reporting. Seems that it occurs since 1.1 release. Will fix it asap.
Actually, I consider the difference and set atomMessageLine = message.Line - 1
. I also can't reproduce the issue locally.
Hmm, that's interesting. For what it's worth, here's what I'm seeing (on v1.2.0 and Vale 0.4.0):
(Note that the "v" in "very" isn't underlined and the location is 1:12.)
Sorry, my bad. I was looking and the line index. Thanks!
I noticed that the column index is one higher than it should be. For example, a Markdown document with the following text:
yields
from Vale, but I get
1:12
in Atom.I think the issue is that Atom's columns are zero-indexed. So,
should fix it.
Thanks for your work on this plugin!