Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corellium/vscode-extension
Visual Studio Code Extension for Corellium
https://github.com/corellium/vscode-extension
corellium vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Visual Studio Code Extension for Corellium
- Host: GitHub
- URL: https://github.com/corellium/vscode-extension
- Owner: corellium
- License: mit
- Created: 2022-06-25T04:08:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T20:28:41.000Z (about 1 year ago)
- Last Synced: 2024-11-09T14:40:13.360Z (about 1 month ago)
- Topics: corellium, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=corellium.corellium-vscode
- Size: 2.83 MB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - corellium/vscode-extension - Visual Studio Code Extension for Corellium (TypeScript)
README
# Corellium VSCode Extension
![Screenshot](./screenshot.png)
## Features
- Start a device
- Stop a device
- Reboot a device
- Pause a device
- Resume (unpause) a device
- Open a device in browser
- Open a device console
- Take a snapshot
- Restore a snapshot
- Refresh your list of devices## Installation
1. Install the extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=corellium.corellium-vscode) or with the terminal command `code --install-extension corellium.corellium-vscode`.
2. Open the extension settings and enter your Corellium API token (and optionally your endpoint).
3. Reload VSCode to apply the changes and start using the extension.![Screenshot](/settings.png)
## Development
0. Ensure you have the latest version of [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) installed.
1. Clone the repo.
2. Run `yarn install` to install dependencies.
3. Run `yarn dev` to compile the extension and watch for changes.
4. Open the `corellium` folder in VSCode.
5. Launch a new VSCode window with the extension loaded. You can either press `F5` or open the command palette and run `Debug: Start Debugging`.
6. Make changes to the extension and reload the extension to see them take effect.