Output/terminal linkmatcher does not match windows-style-paths resulting in no clickable links. #10225
Labels
bug
bugs found in the application
OS/Windows
issues related to the Windows OS
terminal
issues related to the terminal
Bug Description:
When getting terminal output any windows-style-paths produced are not underlined when hovered or clickable due to TerminalLinkmatcherFiles-class passing string paths to Path-class that are not "valid".
not the same as issue #10224
Steps to Reproduce:
Run any terminal command that produces a file reference in output. eg. build error message from GCC
c:\code\my_test_prj\main.c:6:30: error: expected ';' before '}' token
The above output will not be hover-able and show as an underlined and be ctrl-clickable
Additional Information
The text was updated successfully, but these errors were encountered: