You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
When no Dapr applications appear to be running, the extension checks (1) whether Dapr appears to be installed and (2) whether Dapr appears to be initialized. The latter is done by looking for a running Docker container based on the daprio/dapr image. However, if the extension is running within the context of a Dev Container, the extension does not appear to find the daprio/dapr image, and so reports that Dapr may not be initialized. (Running a Dapr application within the Dev Container will cause the application to be displayed within the extension.)
It looks like the Docker inspect .Image property may not be consistent in all environments (i.e. a SHA image name is specified instead); we may need to additionally check .Config.Image.