Skip to content

devcontainer: Add configs for Dev Containers#2563

Closed
ghost wants to merge 4 commits into
masterfrom
unknown repository
Closed

devcontainer: Add configs for Dev Containers#2563
ghost wants to merge 4 commits into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jul 5, 2026

Copy link
Copy Markdown

Adds configuration files for Dev Containers, a VS Code feature that uses Docker to create disposable containers for development (as the name suggests). It also configures GitHub Codespaces, to a degree (which uses Dev Containers in the backend).

I used mcr.microsoft.com/devcontainers/javascript-node:4-22-trixie as the base image, which is Node.js v22. It also automatically exposes the development server port 8000, and runs npm ci after creation.

@ghost
ghost self-requested a review as a code owner July 5, 2026 03:19
@github-actions github-actions Bot added the pr: other Pull requests that neither add new extensions or change existing ones label Jul 5, 2026
@ghost ghost changed the title devcontainer: add configs for dev containers devcontainer: Add configs for dev containers Jul 5, 2026
@ghost ghost changed the title devcontainer: Add configs for dev containers devcontainer: Add configs for Dev Containers Jul 5, 2026
@GarboMuffin

Copy link
Copy Markdown
Member

You can use that yourself and put it into .git/info/exclude to avoid committing it

@GarboMuffin GarboMuffin closed this Jul 5, 2026
@ghost
ghost deleted the feat/add-devcontainer-configs branch July 5, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: other Pull requests that neither add new extensions or change existing ones

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant