vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Bug] broken "follow links" under "Output" tab

Open boych83 opened this issue 1 year ago • 0 comments

  • 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

  1. besides the Code Runner install AL extension (https://marketplace.visualstudio.com/items?itemName=ms-dynamics-smb.al)
  2. build AL project (command AL:package). AL code should provoke any kind of "OUTPUT" e.g. warrning, error to output links to problematic file
  3. 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 image

With code Runner installed image

boych83 avatar Feb 14 '24 10:02 boych83