Closed ABuch19 closed 3 months ago
After further investigation, this seems to be an issue with how VS Code is now resolving links in the terminal window. It looks like VS Code is doing a form of partial matching resulting in inconsistent behavior. This issue would be better addressed by them: https://github.com/microsoft/vscode
I will now close this issue as unrelated. Let us know if you have further questions.
Environment
VS Code version: Code 1.92.1 (https://github.com/microsoft/vscode/commit/eaa41d57266683296de7d118f574d0c2652e1fc4, 2024-08-07T20:16:39.455Z) OS version: Windows_NT x64 10.0.19045 Modes: Remote OS version: Linux x64 6.2.0-37-generic Remote OS version: Linux x64 4.9.0-19-rt-amd64
Bug Summary and Steps to Reproduce
Bug Summary: When compiler errors are shown in VSC's terminal, the "Strg+Click" /"Ctrl+Click" (klick with left mouse botton while hodling the Strg/Ctrl key on the keyboard) does not work anymore. In previous versions the file was opened in editor at the right line and position. (German keyboard: Strg key / English keyboard: Ctrl key)
Steps to reproduce:
../../src/modules/my-module.cpp
) \ (klick with left mouse botton while hodling the STRG key on the keyboard) \ → The source is opened in Editor - OK!../../src/modules/my-module.cpp:71:3
) \ → Error message:Expected behavior: In previous versions the "Strg+Click" / "Ctrl+Click" (klick with left mouse botton while hodling the Strg/Ctrl key on the keyboard) on the 2nd line has opened the source file at the right line and position.
I have done more investigations. I always click with left mouse button while holding the Ctrl key on the keyboard:
../../src/modules/my-module.cpp
../../src/modules/my-module.cpp:71:3
src/modules/my-module.cpp:71:3
Configuration and Logs
Other Extensions
Additional context
No response