Files
coder/dogfood/vscode-coder
dependabot[bot] 0e36c78cc6 chore: bump the coder-modules group across 2 directories with 2 updates (#25480)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 11:00:34 +00:00
..

vscode-coder template

This template is for developing the coder/vscode-coder VS Code extension.

Personalization

The template includes a personalize module that runs your ~/personalize file if it exists.

Testing

The workspace comes with Playwright Chromium, GTK libraries, xauth, and a D-Bus daemon pre-configured for running tests headlessly, the same way CI does.

Integration tests launch a real VS Code instance and require a virtual framebuffer. Run them with xvfb-run -a pnpm test:integration to match CI behavior.

See the repo's AGENTS.md for the full list of commands.

Hosting

Coder dogfoods on a single Teraswitch bare metal machine for best-in-class cost-to-performance. Workspaces run as Docker containers with regional Tailscale endpoints for Pittsburgh, Falkenstein, Sydney, and Cape Town.

Provisioner Configuration

The dogfood coderd box runs an SSH tunnel to the Docker host's socket, mounted at /var/run/dogfood-docker.sock. The tunnel runs in a screen session named forward and is owned by root.