diff options
| -rw-r--r-- | .devcontainer/devcontainer.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b8d45cb..1121200 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,8 +4,16 @@ "features": { "ghcr.io/devcontainers/features/docker-from-docker:1": {} }, + + "customizations": { + "vscode": { + "extensions": [ + "ginfuru.better-nunjucks" + ] + } + }, // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm install" + "postCreateCommand": "yarn install" } |
