diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f1ad87157..fb6b13ab7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,6 +33,7 @@ // Uncomment the line below to mount your local usersecrets into the devcontainer from a Mac/Linux OS // "mounts": [ "source=${localEnv:HOME}/.microsoft/usersecrets,target=/root/.microsoft/usersecrets,type=bind" ], + // Add the IDs of extensions you want installed when the container is created in the array below. "customizations": { "vscode": {