What problem does it solve? Validating web-only changes to the VS Code workbench normally requires shipping an Insiders build. This Skill lets you serve the workbench or Agents window directly from local microsoft/vscode sources via the vscode-dev server, enabling fast browser-driven testing. ## Core Features & Use Cases - Local dev server startup: Runs npm run dev from the vscode-dev checkout to serve the workbench at https://127.0.0.1:3000/?vscode-quality=dev. - Browser automation guidance: Covers chat input behavior, service worker cache clearing after rebuilds, and mobile emulation via CDP. - Mock agent host setup: Wires the Agents window to a local mock agent host over WebSocket, bypassing GitHub auth and tunnel discovery for offline testing. - Use Case: After editing workbench sources in the vscode repo, start the dev server, hard-reload the browser with service workers unregistered, and verify the change in the Agents window against a scripted mock agent. ## Quick Start Start the vscode.dev dev server from the vscode-dev folder and open the local workbench with the dev quality URL so I can test my workbench changes in the browser.