What is it
The Vertra Cloud extension for Visual Studio Code allows you to manage the entire lifecycle of your applications without leaving the editor. Deploy, follow logs, manage files and monitor your projects” status directly from VSCode”s sidebar.The extension is available on Visual Studio Marketplace.
Installation
Access Extensions Tab
Click the extensions icon in the left sidebar or press
Ctrl+Shift+X (Windows/Linux) / Cmd+Shift+X (macOS).Features
Quick Deploy
Deploy the project open in VSCode directly to Vertra Cloud. The extension automatically compresses files, excluding unnecessary directories likenode_modules and venv.
- Via Command Palette
- Press
Ctrl+Shift+P/Cmd+Shift+P - Type “Vertra: Deploy”
- Select the target application or create a new one
Application Management
View and manage your applications directly from the sidebar:- Start / Stop / Restart — Control container lifecycle
- Real-time logs — Follow your program output in integrated terminal
- Status — See CPU, memory and status of each application
- Environment variables — View and edit envs without accessing dashboard
File Management
Navigate and edit files from your remote application:- View file tree of the container
- Edit files directly with VSCode editor
- Upload and download individual files
Monitoring
Monitor real-time metrics:- CPU and memory usage
- Container status (online/offline)
- Uptime time
- Logs with error highlighting
Benefits in Development Flow
The VSCode extension reduces friction between development and deployment, bringing advantages such as:- Quick iteration — Change code and deploy without switching context between editor and browser
- Easier debugging — View real-time logs in VSCode’s integrated terminal
- Centralized management — Manage multiple applications without opening the dashboard
- Git integration — Combine with your existing Git flow for continuous deployment
Requirements
- Visual Studio Code 1.80 or higher
- Active Vertra Cloud account
- Internet connection
Troubleshooting
Extension doesn't appear in sidebar
Extension doesn't appear in sidebar
Authentication error
Authentication error
Log out and log in again. Check if your API token hasn’t expired in the dashboard settings.
Deploy fails with size error
Deploy fails with size error
Check if
.gitignore or .vscodeignore is configured to exclude node_modules, venv and other heavy directories.