A VS Code extension for Vercel deployment status.
To setup this extension, you'll need the following:
- VSCode, version 1.72.0 or above.
- A Vercel Access Token, which you can create in your Vercel account settings.
You can install the extension from the VSCode Marketplace or with the terminal command:
code --install-extension haydenbleasel.vercel-vscode
- Open the extension settings and enter your token. It's recommended to put this in your User Settings (not Workspace Settings) so it is not shared with others.
- In your terminal, run
vercel link
. This will create a file at.vercel/project.json
with your Project and Team ID. - Reload VSCode to apply the changes and start using the extension.
- Ensure you have the latest version of Node.js and yarn installed.
- Clone the repo.
- Run
yarn install
to install dependencies. - Run
yarn dev
to compile the extension and watch for changes. - Open the folder in VS Code.
- Launch a new VSCode window with the extension loaded. You can either press
F5
or open the command palette and runDebug: Start Debugging
. - Make changes to the extension and reload the extension to see them take effect.