diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e83a2da..bdcd27a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,19 @@ "image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", "remoteUser": "codespace", - "overrideCommand": false + "overrideCommand": false, + + // Add the IDs of extensions you want installed when the container is created + "customizations": { + "vscode": { + "extensions": [ + "GitHub.Copilot" + ] + }, + "codespaces": { + "openFiles": [ + "codespace.md" + ] + } + } } \ No newline at end of file