Skip to content

corellium/avh-vscode-extension

 
 

Repository files navigation

AVH 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 Arm.avh-vscode-extension.
  2. Open the extension settings and enter your AVH 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 project 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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%