Update devcontainer.json: Node.js 20, add Claude extension, enable GitHub CLI
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "npm-audit-action-dev",
|
"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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"GitHub.copilot"
|
"GitHub.copilot",
|
||||||
|
"saoudrizwan.claude-dev"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user