Update devcontainer.json: Node.js 20, add Claude extension, enable GitHub CLI

This commit is contained in:
Naoki Oketani
2025-05-02 04:06:10 +00:00
parent 3f93cb01e2
commit c0f05feb6d

View File

@@ -1,11 +1,15 @@
{
"name": "npm-audit-action-dev",
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"GitHub.copilot"
"GitHub.copilot",
"saoudrizwan.claude-dev"
]
}
}