diff --git a/devcontainer.json b/devcontainer.json index aa075f3..0a6f83d 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -3,6 +3,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "20" - } + }, + "ghcr.io/devcontainers/features/dapr-cli:1": {} } }