diff options
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index af4ea12..d7ada69 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,10 @@ +// Note: This config is untested in Antigravity. Use vanilla Docker for reliability { - "name": "Neko (Podman)", + "name": "Neko (Dev)", "build": { "dockerfile": "Dockerfile", "context": ".." }, - "features": { - "ghcr.io/devcontainers/features/node:1": { - "node": "20" - } - }, "customizations": { "vscode": { "settings": { |
