Skip to content

v1.76.x - terminal ctrl-click code-line lookup regexp fails #176756

@fenchu

Description

@fenchu

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.76.1
  • OS Version: windows 11

This worked before the 1.76.0 upgrade, I've also tested starting with code --disable-extensions

Steps to Reproduce:

  1. get output in terminal like:
    20230310122934.069|ERROR|C:\dist\work\multitenant-fullstack-test\tools\scim.py:495|user with username:15918896373 not found

  2. .ctrl+click and it fails miserably because the regex to fetch the url seem to be corrupt:
    it matches 'C:\dist\work\multitenant-fullstack-test\tools\scim.py:495|user'
    vscode-linelookup-regexp-fails

This works:
20230310124108.071|INFO|C:\dist\work\multitenant-fullstack-test\tests\test_03_scim_username.py:40|user from mock:{
vscode-linelookup-regexp-works

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code Insidersterminal-linksverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions