angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Missing semicolon always row = 1 and col = 1 #69

Open soywod opened 6 years ago

soywod commented 6 years ago

There is a problem with this particular rule, it always shows the error at [1:1], as you can see :

image

When I run manually tslint I get the correct value [4, 28] :

image

So it doesn't come from tslint. I tried with an other Language Client and I get the same result, so it's not the client fault. I think the problem is here. Any idea ?