Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",


// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// "features": {
"ghcr.io/devcontainers/features/anaconda:1": {},
"ghcr.io/devcontainer-config/features/dot-config:3": {},
"ghcr.io/devcontainers-extra/features/autoenv:1": {},
"ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {},
"ghcr.io/stu-bell/devcontainer-features/claude-code:0": {},
"ghcr.io/itsmechlark/features/postgresql:1": {},
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1": {},
"ghcr.io/irfansofyana/devcontainer-features/lazydocker-binary-release:1": {}

},

// Configure tool-specific properties.
"customizations": {
Expand Down Expand Up @@ -36,4 +47,7 @@

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"



}