Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/vscode-open-in-code

Switch between Code and Code Insiders with ease.
https://github.com/fabiospampinato/vscode-open-in-code

code extension insiders open-in vsc vscode

Last synced: 19 days ago
JSON representation

Switch between Code and Code Insiders with ease.

Awesome Lists containing this project

README

        

# Open in Code


Logo

Switch between Code and Code Insiders with ease.

This extension requires `code` and `code-insiders` to be installed and available in your `PATH`.

## Install

Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-code), or run the following in the command palette:

```shell
ext install fabiospampinato.vscode-open-in-code
```

## Usage

It adds 2 commands to the command palette:

```js
'Open in Code' // Open the current project and file in Code
'Open in Code Insiders' // Open the current project and file in Code Insiders
```

## License

MIT © Fabio Spampinato