microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
722 stars 242 forks source link

Output path linking is broken if Learn Authoring Pack is installed. #7667

Closed NKarolak closed 3 months ago

NKarolak commented 5 months ago

1. Describe the bug When AL compiler warnings appear in the OUTPUT tab of VS Code, then they are not linked anymore.

2. To Reproduce

  1. Change AL code to provoke any kind of "OUTPUT", and run AL: Package: At least one file will be listed, and the path to the file is linked.
  2. Install the Microsoft Learn Authoring Pack extension for VS Code. The pack includes multiple other extensions, whereas the learn-validation extension will cause the issue.

3. Expected behavior The file paths should still be linked.

4. Actual behavior File paths are not linked.

5. Versions:

thloke commented 3 months ago

This looks like learn-validation is adding markdown to output which is breaking the automatic linking of filepaths. We're not doing anything special to link the filepath from the output. I'm going to transfer this over to their repo to see if there's anything they can do about it (but I'm not too hopeful since the repo hasn't been active in two years).

thloke commented 3 months ago

Ah, I can't transfer this issue there. You could try re-raising it with them: https://github.com/docascode/vscode-docs-build

Sorry that we can't do much more on our end. If it's really blocking, I could try pinging internally but I expect the turnaround time for that to also be slow.