diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 021ae50c2a..2166b0b0dd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -87,10 +87,9 @@ } }, "onCreateCommand": "dotnet restore", - "postCreateCommand": "dapr init", "postStartCommand": "dotnet dev-certs https --trust" // Configure tool-specific properties. // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +}