corellium / vscode-extension

Visual Studio Code Extension for Corellium

Home Page:https://marketplace.visualstudio.com/items?itemName=corellium.corellium-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corellium VSCode Extension

Screenshot

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 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

Development

  1. Ensure you have the latest version of Node.js and Yarn installed.
  2. Clone the repo.
  3. Run yarn install to install dependencies.
  4. Run yarn dev to compile the extension and watch for changes.
  5. Open the corellium folder in VSCode.
  6. Launch a new VSCode window with the extension loaded. You can either press F5 or open the command palette and run Debug: Start Debugging.
  7. Make changes to the extension and reload the extension to see them take effect.

About

Visual Studio Code Extension for Corellium

https://marketplace.visualstudio.com/items?itemName=corellium.corellium-vscode

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%