victorv / vercel-vscode

A VS Code extension for Vercel deployments

Home Page:https://marketplace.visualstudio.com/items?itemName=haydenbleasel.vercel-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel for VS Code

A VS Code extension for Vercel deployment status.

Screenshot

Usage

  1. Install the extension from the VSCode Marketplace or with the terminal command code --install-extension haydenbleasel.vercel-vscode.
  2. Open the extension settings and enter your API token (recommended to put this in your user settings so it is not shared with others).
  3. In your terminal, run vercel link. This will create a file at .vercel/project.json with your project ID (projectId) and team ID (called orgId). You can also add these manually to your VSCode settings.
  4. Reload VSCode to apply the changes and start using the extension.

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 folder in VS Code.
  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.

About

A VS Code extension for Vercel deployments

https://marketplace.visualstudio.com/items?itemName=haydenbleasel.vercel-vscode

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%