Rantoninfra
Rants on infrastructure
This page is for rants and not trivially acquired infrastructure-related information.
VS Code links in terminal windows
VS Code supports turning links along with source positions to clickable links in terminal windows. We can leverage this to get clickable error messages even when everything else falls apart.
Refer to #140780 | Jump to line+column in terminal links (format
TLDR The regex is:
TextMate (Code derivatives), TreeSitter (Zed, etc.), IntelliJ plugins
...WIP