Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zenghongtu/multi-vscode-opener
- Owner: zenghongtu
- Created: 2019-12-27T11:24:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T05:58:01.000Z (over 2 years ago)
- Last Synced: 2024-10-11T19:52:17.700Z (4 months ago)
- Topics: vscode-extension, vsocde
- Language: TypeScript
- Homepage:
- Size: 916 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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