becheran/mlc

Format links in vs code console so that ctrl + left click opens the file at right location

Closed this issue · 1 comments

In VS Code it is very easy to follow links from the integrated terminal. It would help a lot if mlc does format the links accordingly if ran inside a vscode console window.

Links should be formated inside vs code console like this ./file.md:8:1 instead of ./file.md (8, 1)

This can easily be detected via an env var.

Fixed with c443608