Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenghongtu/multi-vscode-opener

A command line tool to open VSCode with stand-alone user data and extensions.
https://github.com/zenghongtu/multi-vscode-opener

vscode-extension vsocde

Last synced: 4 months ago
JSON representation

A command line tool to open VSCode with stand-alone user data and extensions.

Awesome Lists containing this project

README

        

# multi-vscode-opener [![npm](https://img.shields.io/npm/v/multi-vscode-opener.svg)](https://www.npmjs.com/package/multi-vscode-opener)

multi-vscode-opener is a command line tool to open VSCode with stand-alone user data and extensions.

## Installation

```bash
npm install -g multi-vscode-opener
```

You can also run `npx multi-vscode-opener` to use it directly.

## Usage

```bash
mvo
```

This command will list all config for VSCode (stand-alone user data and extensions), then you can select which config to use.

To use a specific config, run:

```bash
mvo [config name]
```

![preview](assets/preview.gif)

## License

MIT