From 5280a5d59de8f0be5faf0a2c5180e41723ee620c Mon Sep 17 00:00:00 2001 From: all moe Date: Thu, 25 Dec 2025 10:12:45 +0100 Subject: [PATCH 1/4] Add enhanced devcontainer with shell features and VS Code customizations - Add common-utils and git features - Include GitHub Copilot VS Code extensions - Add postCreateCommand for setup confirmation --- .devcontainer/devcontainer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..d90fce7 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal: 2", + "features": { + "ghcr.io/devcontainers/features/common-utils: 2": {}, + "ghcr.io/devcontainers/features/git:1": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot", + "GitHub.copilot-chat" + ] + } + }, + "postCreateCommand": "echo 'Development environment ready! '" +} From c4842bcadf76a7b10441cddae46ad5c3b5aacb05 Mon Sep 17 00:00:00 2001 From: Devon Miller Date: Sun, 28 Dec 2025 14:54:46 -0600 Subject: [PATCH 2/4] Update .devcontainer/devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d90fce7..30464ee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/universal: 2", + "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { "ghcr.io/devcontainers/features/common-utils: 2": {}, "ghcr.io/devcontainers/features/git:1": {} From 7966f4e82aeb3eda11167c59f3170e33d78fa077 Mon Sep 17 00:00:00 2001 From: Devon Miller Date: Sun, 28 Dec 2025 14:55:36 -0600 Subject: [PATCH 3/4] Update .devcontainer/devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 30464ee..5053a95 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,5 +12,5 @@ ] } }, - "postCreateCommand": "echo 'Development environment ready! '" + "postCreateCommand": "echo 'Development environment ready!'" } From f7e1f7a3913acc87dd2bfff37be7f13b13cf76d2 Mon Sep 17 00:00:00 2001 From: Devon Miller Date: Sun, 28 Dec 2025 14:56:16 -0600 Subject: [PATCH 4/4] Update .devcontainer/devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5053a95..8d6c60e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "ghcr.io/devcontainers/features/git:1": {} }, "customizations": { - "vscode": { + "vscode": { "extensions": [ "GitHub.copilot", "GitHub.copilot-chat"