Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 699 Bytes

Visual Studio Code URL Handler

vscode:// URL handler for VSCodium on Debian.

Will translate vscode:extension/url to vscodium:extension/url to open extensions in VSCodium when clicking the install links on Visualstudio Marketplace.

Installing on Linux (Debian)

Steps:

  1. clone this repository
git clone https://github.com/tmiland/vscode-handler.git
  1. run
./install
  1. delete cloned folder
rm -rf ./vscode-handler

Notice:

  • Tested on Debian Linux Desktop (Firefox 106)

Source:

Forked from shengyou/vscode-handler