Skip to content

dx: add .devcontainer/ for one-click contributor setup #24

@boldsbrainai

Description

@boldsbrainai

Summary

The extension ships a built-in rule (no-devcontainer.md) that coaches users to add a devcontainer to their own projects — yet the AI-Engineering-Coach repo itself has no .devcontainer/. This is an ironic gap and creates friction for new contributors.

Fix

Add .devcontainer/devcontainer.json (and optionally a Dockerfile) pre-configured with:

  • Node.js LTS
  • npm install post-create command
  • Recommended VS Code extensions (ESLint, TypeScript, Vitest)

Effort estimate

~2 hours

Metadata

Metadata

Labels

dxDeveloper experienceenhancementNew feature or request

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions