This is a default feature in Visual Studio Code, which provides native console support. It guesses what in the current log might be a file and links to it, so it can be opened in the editor with a click. You could add an option that lets one provide a RegEx pattern for file (and maybe line number) which lets plugin makers link files in the log.
This is a default feature in Visual Studio Code, which provides native console support. It guesses what in the current log might be a file and links to it, so it can be opened in the editor with a click. You could add an option that lets one provide a RegEx pattern for file (and maybe line number) which lets plugin makers link files in the log.
This is how it looks like in Visual Studio Code: