-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
confirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberfeature-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 Insiderson-testplanterminal-links
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.71.0-insider
- OS Version: macOS Big Sur 11.6
Steps to Reproduce:
- echo a link in terminal containing "[" or "]" characters (ex.
echo /Users/alex/dev/statsig/console/pages/[company_id]/dashboards/[dashboard].tsx) - Try to cmd+click the link, observe that it is split on those characters. For example,
/Users/alex/dev/statsig/console/pages/[company_id]/dashboards/[dashboard].tsxlinks to/Users/alex/dev/statsig/console/pages/,company_id,/dashboards/,dashboard, and.tsx. In reality this is one valid path (nextjs uses "[ ]" to identify parameters in URLs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberfeature-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 Insiderson-testplanterminal-links
