Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-open-in-code
- Owner: fabiospampinato
- License: mit
- Created: 2017-08-29T16:54:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T03:14:10.000Z (10 months ago)
- Last Synced: 2024-11-13T14:53:54.742Z (about 1 month ago)
- Topics: code, extension, insiders, open-in, vsc, vscode
- Language: TypeScript
- Size: 660 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Open in Code
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