vscode-code-runner
vscode-code-runner copied to clipboard
[Bug] broken "follow links" under "Output" tab
- VS Code Version: 1.86.1
- OS Version: Windows_NT x64 10.0.22631
- Code Runner Version: 0.12.1
Describe the bug Using "AL language extension" in combination with "Code Runner" extension breaks generated output under "View"->"Output" tab of AL project in a way that losing ability to navigate (follow link -> ctrl+click) to problematic files after building project ("AL:package" command)
To Reproduce
- besides the Code Runner install AL extension (https://marketplace.visualstudio.com/items?itemName=ms-dynamics-smb.al)
- build AL project (command AL:package). AL code should provoke any kind of "OUTPUT" e.g. warrning, error to output links to problematic file
- check the output (Screenshots)
Actual behavior clickable links to files in the output after building AL project
Expected behavior links should remain clickable with both extensions installed
Screenshots
W/O Code Runner installed
With code Runner installed