You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode turns the file path into a link leading to a file and that is nice. However, I wonder if there is a way to combine the "Line 64" part too. Something like:
Thanks for reporting this issue. Please use the issue search next time to see if there is a duplicate already. In this case, the issue has already been reported.
Hi,
Currently I am writing an extension that will output a file path and line number to an OutputChannel. Something like this:
vscode turns the file path into a link leading to a file and that is nice. However, I wonder if there is a way to combine the "Line 64" part too. Something like:
Clicking this link will open the code.java file and move the cursor to the start of line 64.
The text was updated successfully, but these errors were encountered: