Deploy your workspace to GPULink with a single click. Streamline your development workflow by seamlessly uploading your projects to the GPULink platform directly from Visual Studio Code.
Features
One-Click Deployment - Deploy your entire workspace to GPULink instantly with a single command
Smart File Filtering - Automatically excludes common directories like node_modules, .git, .gpulink, and virtual environments
Gitignore Support - Respects your .gitignore file to ensure only relevant files are deployed
Secure Authentication - Supports token-based authentication through URI handlers
Progress Tracking - Visual progress indicators during deployment
Sidebar Integration - Access deployment functionality directly from the activity bar
Usage
Deploy Your Workspace
Open your workspace in Visual Studio Code
Click on the GPULink icon in the activity bar (or use the Command Palette)
Click Deploy in the GPULink sidebar
Your workspace will be compressed and uploaded to GPULink automatically
Authentication
The extension supports authentication via URI handlers. When you access GPULink through a callback URL, your authentication token and app ID will be automatically stored securely.
Requirements
Visual Studio Code version 1.91.0 or higher
An active GPULink account
Extension Settings
This extension contributes the following settings:
gpulink.token: Stored securely in VS Code's Secret Storage