diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 94b1378..c48dab4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-contrib/features/typescript:1": {} - } + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},