Vega Studio Commands
The following tables list the Vega commands available in the Visual Studio Code (VS Code) command palette. You can use the following commands during app development.
Set up and validation
| Full Command | Description |
|---|---|
| Vega SDK: Validate Vega SDK | Performs validation tasks to determine if the local environment has the necessary prerequisites to build Vega projects. |
Create and build
| Full Command | Description |
|---|---|
| Vega Project: Create a new Vega project | Creates a new project. |
| Vega Project: Build and run Vega project | Builds and runs the app. |
| Vega Project: Build Vega project | Builds the app. |
Install and run on Vega Virtual Device
| Full Command | Description |
|---|---|
| Vega App: Installs the current Vega App | Installs the current app on the selected device. See View your devices. |
| Vega App: Uninstalls the current Vega App | Uninstalls the current app from the selected device. |
| Vega App: Run the current Vega App | Runs the current app on the selected device. |
| Vega App: Reload Application | Reloads app without rebuilding it (packager reload), and closes the active debugger session. |
| Vega App: Restart App | Restarts the app currently running on the selected device. |
Debug on Fire TV Stick
| Full Command | Description |
|---|---|
| Vega Device Management: Copy ACR from device | Copies Aggregate Crash Reports (ACRs) from the device to the host. |
| Vega Device Management: Copy logs from device | Copies logs from the device to the host. |
| Vega Device Management: Symbolicate JS ACR | Processes the JavaScript (JS) ACR and adds symbols that point back to the code. |
Vega Virtual Device management
| Full Command | Description |
|---|---|
| Vega Virtual Device: Start simulator | Starts a simulator session. |
| Vega Virtual Device: Stop simulator | Stops a simulator session. |
Performance analysis
| Full Command | Description |
|---|---|
| Vega: Start Activity Monitor | Starts the Activity Monitor for the app, in the current workspace, using the connected device. |
| Vega: Open Recording View | Opens the Recording View. |
SDK Manager
| Full Command | Description |
|---|---|
| Vega: Install SDK Manager | Installs the SDK Manager tool, enabling the other SDK management commands. |
| Vega SDK Management: Install SDK | Installs a specific SDK version. |
| Vega SDK Management: Uninstall SDK | Uninstalls a specific SDK version. |
| Vega SDK Management: Link Existing SDK | Searches for already-installed SDKs at a specific file location. |
| Vega SDK Management: Discover Existing SDKs | Automatically discovers already-installed SDKs based on legacy KEPLER_SDK_PATH settings. |
| Vega SDK Management: Configure SDK Install Location | Configures where SDKs are installed on your machine. |
| Vega: Update SDK Manager | Updates the SDK Manager CLI to the latest version. |
Related topics
- Set Up Vega Studio
- Vega Studio Performance CLI
- Vega SDK CLI Reference
- Resolve Vega Extension and CLI Issues
Last updated: Mar 17, 2026

