-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-linksverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Type: Feature Request
My tool spits out errors in the format:
/home/rahultadakamadla/file.svh, 204
Please note the space between the comma and the line number. It seems this type of link is not supported at the moment. Can you please add support for this?
VS Code version: Code 1.90.2 (5437499, 2024-06-18T22:34:26.404Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 4.18.0-513.9.1.el8_9.x86_64
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-linksverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Activity
MaliusArth commentedon Sep 14, 2024
file_path.ext(157:60) also is not recognized properly
it jumps to the file but doesn't position the cursor on the line & column
please support both
Tyriar commentedon Sep 26, 2024
Here are the formats we currently support:
vscode/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
Lines 64 to 120 in 1e80dd6
Tyriar commentedon Sep 26, 2024
@MaliusArth created #229842 for your request
[-]File navigation from integrated terminal doesn't use line number[/-][+]Support `/dir/file_path.txt, <line>` link format[/+]Added Support Of /dir/file_path.txt, <line> link format microsoft#217927