leasot icon indicating copy to clipboard operation
leasot copied to clipboard

Can't click open in VScode, but I have I temp solution.

Open iamyoki opened this issue 3 years ago • 0 comments

Can not click src/index.js to open in the right line.

leasot src

output:

src/index.js
  line 297  TODO  adsad

 ✖ 1 todo/fixme found

Temp solution:

leasot src | sed  "s/line[ ]/:/g"

output:

src/index.js
  :297  TODO  adsad

 ✖ 1 todo/fixme found

Click the :297 line number after clicked info index.js file, that should work by 2 steps;

iamyoki avatar Apr 29 '21 05:04 iamyoki