Skip to content

FYI, devcontainer setup #10

@rohal12

Description

@rohal12

I found this devcontainer works really well:

{
    "name": "Sugarcube code environment",
    "image": "mcr.microsoft.com/devcontainers/typescript-node:22-bookworm",
    "features": {
        "ghcr.io/devcontainers/features/node:1": {
            "version": "22"
        },
        "ghcr.io/shyim/devcontainers-features/bun:0": {}
    },
    "appPort": ["3001:3001"],
    "customizations": {
        "vscode": {
            "extensions": [
                "heybourn.headwind",
                "oderwat.indent-rainbow",
                "vunguyentuan.vscode-postcss",
                "esbenp.prettier-vscode",
                "yoavbls.pretty-ts-errors",
                "bradlc.vscode-tailwindcss",
                "cyrusfirheir.twee3-language-tools",
                "hirse.vscode-ungit"
            ]
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions