From df870759d2daf1f7736b00cfbd9940370f9d87bb Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Mon, 9 Feb 2026 10:12:22 +0000 Subject: [PATCH] feat(base): add claude and codex ai extensions Signed-off-by: Simon Emms --- images/base/.devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/base/.devcontainer/devcontainer.json b/images/base/.devcontainer/devcontainer.json index cd99840..822c627 100644 --- a/images/base/.devcontainer/devcontainer.json +++ b/images/base/.devcontainer/devcontainer.json @@ -23,7 +23,9 @@ "waderyan.gitblame", "GitHub.vscode-github-actions", "ms-vscode.makefile-tools", - "ms-vsliveshare.vsliveshare" + "ms-vsliveshare.vsliveshare", + "Anthropic.claude-code", + "openai.chatgpt" ] } },