unable to click open files without a path on terminal #64511
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
Steps to Reproduce:
Run a linter in terminal in order to get an output like:
You will findout that vscode allows you to cmd-click the first link that also contains a path and edit the file at the right line and column but it will not allow you to do the same with the second line where the file happens to be on the root project directory.
I suspect this is caused by a bad regex used to identify the
file:line:column
pattern.Seems to be related to bugs below but not a duplicate of those:
The text was updated successfully, but these errors were encountered: