VSCode VercelEnhance your Vercel deployment experience within Visual Studio Code. Monitor deployments, manage projects, and inspect deployment artifacts, all within your code editor. This extension complements, rather than replaces, the Vercel Dashboard and the Official Vercel CLI. The purpose of this extension is not to replicate all the website's features but to offer actionable tools that developers can use within their code editor, reducing context switching and streamlining the Vercel development experience. The extension integrates seamlessly with the Vercel CLI. Deployments are displayed based on available projects within a folder or workspace. Projects must be linked first to be managed. Features
All these features are designed to work in all VSCode based editors such as VSCode Insiders, VSCodium, vscode.dev, and GitHub Codespaces. Monitor DeploymentsEffortlessly monitor all your deployments through the deployment sidebar. This feature provides an organized list of deployments, displaying crucial information like status, timestamps, and URLs. Easily filter deployments to focus on what’s important, ensuring you have a clear view of your deployment history while coding.
Manage ProjectsThe extension works seamlessly with the Vercel CLI. Easily link new projects and pull environment variables into a local 💡 Right-click on a folder and select "Link to Vercel Project" to link it to a Vercel project. Or link the root directory to a project with the "Link Workspace to a Project" command. Inspect DeploymentsInspect deployment build logs and artifacts just like regular files. Build outputs can be browsed in a file tree within deployment details sidebar. All your favorite keybindings, editor features, and extensions are available for these files, including file icon themes, syntax highlighting, complex search queries, and VIM keybindings. This ensures that troubleshooting deployments is just a click away, helping you maintain a smooth and efficient development cycle. Seamless AuthenticationWe support multiple methods for authenticating the extension. Vercel OAuth integration is recommended for its ease of use, but manually configured access tokens for more complex permissions are also accepted. If you've already signed in using the Vercel CLI, the extension can use existing access tokens, so you don't have to sign in again.
If you're a VSCode extension developer, you can also use the extension as a dependency to enable Vercel authentication within your extension. PlannedWe have many more features planned, potentially including
DemoHere's a quick rapid-fire demo GIF of some of the features of this extension. |