From dae15e1723083730531dcbd668cc9847e5cea110 Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:04:39 -0700 Subject: [PATCH] Update daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> --- .../ides/vscode/vscode-remote-dev-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md b/daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md index 2cfc90c82..952fdb9ed 100644 --- a/daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md +++ b/daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md @@ -22,7 +22,7 @@ We also publish a Dev Container feature that installs the Dapr CLI inside any De ### Add the Dapr CLI using a Dev Container feature -You can install the Dapr CLI inside any Dev Container using [Dev Container features](https://containers.dev/features/). +You can install the Dapr CLI inside any Dev Container using [Dev Container features](https://containers.dev/features). To do that, edit your `devcontainer.json` and add two objects in the `"features"` section: