Project configuration is only available via .vercel/project.json file (run vercel link to create it)
The latest build for your current branch is fetched instead of the latest build for the project
On click the vercel deployment is opened in the browser
Setup the extension:
Install the extension
Run vercel link in your terminal
Insert your vercel access token in the extension settings. Get it here
Reload VSCode
Original Readme:
A VS Code extension for Vercel deployment status.
Usage
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 API token (recommended to put this in your user 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 ID (projectId) and team ID (called orgId). You can also add these manually to your VSCode settings.
Reload VSCode to apply the changes and start using the extension.
Development
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 run Debug: Start Debugging.
Make changes to the extension and reload the extension to see them take effect.