-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-linksverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.99.3
- OS Version: Arch Linux
Steps to Reproduce:
echo hello > test-$(date -Is).logecho ./test-2025-04-28T11:03:09+02:00.logecho test-2025-04-28T11:03:09+02:00.log
ctrl+click in the terminal. it will show "./test-2025-04-28T11:3:9 no matching results" instead of opening the file
Interestingly, if you echo WITHOUT ./ prefix, and WITHOUT numbers (echo test-2025-04-28T11:19:24+02:00.log) it works fine, but only if the other file does not exist (prefix matching?)
There is some semi-related issues ( #193629 ) but I didn't see any where colons are part of the filename and thus misdetected.
Copilot
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-linksverifiedVerification succeededVerification succeeded
