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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.98.2
OS Version: macOS Sequoia 15.3.2
Steps to Reproduce:
Open a terminal (verified with bash and zsh with not customizations)
Run this: echo "foo/file1.txt:1 foo/file1.txt:20" (or just paste in, all you need is this to be on the terminal)
Hover over output: each relative-path -like value is underlined as expected, including the line number.
Cmd+click on first one: foo/file1.txt:1:
Correct/expected: foo/file1.txt:1 will be tried to be open from the Command Palette.
Cmd+click on second one (foo/file1.txt:20):
ISSUE: foo/file1.txt:1 will be tried to be open from Command Palette even though foo/file1.txt:20 was underlined and clicked on.
I tried a few combinations of paths, existing and not existing, with up to a few dozen paths, and bug pattern was not clear: sometimes it would pick first n-paths and then stop working after that depending on typed paths. Terminal was cleared, restarted and kept as default as possible.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
bash
andzsh
with not customizations)echo "foo/file1.txt:1 foo/file1.txt:20"
(or just paste in, all you need is this to be on the terminal)foo/file1.txt:1
:foo/file1.txt:1
will be tried to be open from the Command Palette.foo/file1.txt:20
):foo/file1.txt:1
will be tried to be open from Command Palette even thoughfoo/file1.txt:20
was underlined and clicked on.I tried a few combinations of paths, existing and not existing, with up to a few dozen paths, and bug pattern was not clear: sometimes it would pick first n-paths and then stop working after that depending on typed paths. Terminal was cleared, restarted and kept as default as possible.
The text was updated successfully, but these errors were encountered: