Skip to main content

A VSCode version manager.

Project description

vscvm

A VSCode version manager.

Install

Install vsc via pip:

pip install vscvm

Add the following to your .bashrc file:

export PATH=$HOME/.vscvm:$PATH

and that's it!

Usage

$ vsc list
v1.59 - July 2021
v1.58 - June 2021
v1.57 - May 2021
v1.56 - April 2021
v1.55 - March 2021

$ vsc install latest
Downloading v1.59 - July 2021...
Successfully installed v1.59!

$ code --version
1.59.0

Commands

  • list:

    $ vsc list -n 3
    v1.59 - July 2021
    v1.58 - June 2021
    v1.57 - May 2021
    
  • install:

    $ vsc install latest
    Downloading v1.59 - July 2021...
    
    $ vsc install v1.57
    Downloading v1.57 - May 2021...
    
    $ vsc install 1.42
    Downloading v1.42 - January 2020...
    

Troubleshooting

  • vsc: command not found

    If you installed vscvm via pip, but the terminal says vsc is not a recognized command, that means that you probably don't have ~/.local/bin in your PATH.

    Add the following line into your .bashrc file:

    PATH=$PATH:$HOME/.local/bin
    

    then restart your terminal, and it should start working.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vscvm-1.0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

vscvm-1.0.2-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page