-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Support trailing colon in --goto #186173
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-cliVS Code Command line issuesVS Code Command line issues
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-cliVS Code Command line issuesVS Code Command line issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
It'd be useful if
code --goto file:1:2:works with a trailing comma.This'd be useful because many tools add a comma after file[:line[:col]]. For example:
Clang:
Gcc:
Ld:
Bash:
Awk:
Make:
And so on.