Skip to content

chore: add dev container configuration#2594

Merged
mburri merged 9 commits into
mainfrom
chore/dev-containers
Jul 9, 2026
Merged

chore: add dev container configuration#2594
mburri merged 9 commits into
mainfrom
chore/dev-containers

Conversation

@mburri

@mburri mburri commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Adds a basic dev-container configuration to the project. It's use is optional and existing scripts should still work without dev-containers.

The reasoning for dev-containers is to create sort of a sandboxed environment for AI agents.

  • I added a CHANGELOG entry
  • I made a self-review of my own code
  • I wrote tests for the changes (if applicable)
  • I wrote configurator and chart config migrations (if applicable)

@mburri mburri requested a review from hupf July 8, 2026 08:28
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
visualization-tool Ready Ready Preview, Comment Jul 9, 2026 9:53am

Request Review

@hupf hupf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funktioniert soweit, habe noch das Portforwarding gefixt.

"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-azuretools.vscode-docker",
"codeandstuff.package-json-upgrade"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im .vscode/extensions.js haben wir aktuell diese hier:

    "esbenp.prettier-vscode",
    "dbaeumer.vscode-eslint",
    "unifiedjs.vscode-mdx",
    "streetsidesoftware.code-spell-checker",
    "mquandalle.graphql",
    "codeandstuff.package-json-upgrade",
    "ambar.bundle-size"

Das könnte man noch aufräumen und die welche relevant sind (graphql? code-spell-checker?) hier noch mit aufnehmen.

@mburri mburri force-pushed the chore/dev-containers branch from ff69e62 to 26241a0 Compare July 9, 2026 09:49
@mburri mburri merged commit ef686ac into main Jul 9, 2026
12 checks passed
@mburri mburri deleted the chore/dev-containers branch July 9, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants