diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c7bc5fce..653ca190 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,9 @@ "extensions": [ "GitHub.copilot", "GitHub.copilot-chat", - "github.vscode-github-actions" + "github.vscode-github-actions", + "elagil.pre-commit-helper", + "saoudrizwan.claude-dev" ] } }