/vscode-url-handler

Enables Visual Studio Code to open URL Scheme subl:// txmt:// and vscode:// on Linux

Primary LanguageShell

Visual Studio Code URL Handler on Linux (Ubuntu based)

Enables Visual Studio Code to open URL Scheme vscode://, subl:// and txmt:// like these:

vscode://open/?url=file:///etc/passwd&line=10&column=2

Installation

Download latest release.

Unzip it, then:

cd vscode-url-handler-master
bash install

Test it

Open a new tab on your browser and type: vscode://open/?url=file:///etc/hosts

Thanks

Thierry G. for his post and Algorich for the base sublime project.