Vercel Ship
26
/ AWS Workshop

VS Code Setup

This is optional. Use it only if you want to edit Devbox files in VS Code for the web.

  1. Start the tunnel from the repo root inside Devbox.

    curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz tar -xf vscode_cli.tar.gz ./code tunnel --accept-server-license-terms --name ship-26-devbox
  2. Sign in.

    Choose GitHub Account, open the device login URL, and enter the code from your terminal.

  3. Open the repo.

    Open the https://vscode.dev/tunnel/... URL from the terminal. If VS Code does not open the repo, open /home/vercel-sandbox/nextjs-fastapi-chat-app-starter.

Keep the tunnel command running while you use VS Code.