Visual Studio Code, how to make local file link open default program

Viewed 2628

VS Code text editor highlights and allows to follow links, this includes local file URLs:

enter image description here

Ctrl+click opens the file in a new editor tab:

enter image description here

Is it possible to configure VS Code is some way to open the file in default program instead upon ctrl+click / follow link? (e.g. html file in web browser, mp3 in media player etc.)

Any setting, extension or different text markdown will do.

1 Answers

I don't think there is a default way in vscode to set open a file with default program.
However, there are extensions to deal with it. For example: Open in Application

Related