vscode-todo-parser icon indicating copy to clipboard operation
vscode-todo-parser copied to clipboard

Fails to navigate to TODO location from OUTPUT Panel

Open failpunk opened this issue 8 years ago • 8 comments

Whenever I "command-click" a todo link I get the following error:

Error: Unable to open 'my.service.js#209': File not found(/Users/justin/src/js/project/src/endpoint/my.service.js#209).

This file path is correct and I can verify by doing an $ ls on the path.

From file:///Users/justin/src/js/project/src/endpoint/my.service.js#209
----------------------------------
todo:(justin) Finish the validation

==================================
Found 1 TODO.
todo_parser_error
  • MacOS Sierra 10.12.4
  • VS Code 1.11.2

failpunk avatar Mar 21 '17 20:03 failpunk

I have encountered this problem also. macOS

NathanLi avatar Apr 26 '17 12:04 NathanLi

Have the same problem. Mac OS

dostrog avatar Apr 29 '17 18:04 dostrog

Same on linux.

DanielJoyce avatar May 09 '17 16:05 DanielJoyce

Possible related to https://github.com/Microsoft/vscode/issues/29735

beeing avatar Jul 18 '17 14:07 beeing

this problem seems to be different to above linked issue, because in this case the filename that is linked to is the actual file path but also including the line number at the end as part of the extension.

dhax avatar Aug 01 '17 21:08 dhax

Can anyone provide a solid snippet which can reproduce in latest VSCode stable. I can't reproduce this issue whether there is a line number in the link or not.

rebornix avatar Aug 11 '17 18:08 rebornix

This is still an issue. Mac OSX Sierra v10.12.6, VSCode v1.20.1, TODO parser v1.9.1, a project consisting of a single file. Cmd-Click the TODO file link, the error banner is displayed:

screen shot 2018-03-08 at 3 27 20 pm

Thanks.

apomortsev avatar Mar 08 '18 23:03 apomortsev

Have the same issue too :(

sinanmb avatar May 03 '18 05:05 sinanmb