Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
/ mpvsix Public archive

Easily install any proprietary marketplace.visualstudio.com/ extension in third-party VSCODE clients!

Notifications You must be signed in to change notification settings

axonasif/mpvsix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpvsix

Easily install any proprietary marketplace.visualstudio.com/ extension in third-party VSCODE clients.

Examples

You can either use the full url or just the extension id/codename. Specify as many extensions you want.

From your CLI in a live system

curl -sL https://git.io/mpvsix | bash -s -- \
  "GitHub.copilot" \
  "https://marketplace.visualstudio.com/items?itemName=WallabyJs.wallaby-vscode"

With Dockerfile

# ...

RUN curl -sL https://git.io/mpvsix-gp | bash -s -- \
      "GitHub.copilot" \
      "https://marketplace.visualstudio.com/items?itemName=WallabyJs.wallaby-vscode"

About

Easily install any proprietary marketplace.visualstudio.com/ extension in third-party VSCODE clients!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages