Files
send-mail/.devcontainer/devcontainer.json

17 lines
525 B
JSON
Raw Normal View History

2025-06-14 22:38:49 +02:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2025-06-28 17:14:24 +02:00
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
2025-06-14 22:38:49 +02:00
{
2025-06-28 17:14:24 +02:00
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"customizations": {
"vscode": {
"extensions": [
"GitHub.vscode-github-actions",
"esbenp.prettier-vscode",
"mads-hartmann.bash-ide-vscode",
"ms-azuretools.vscode-containers"
]
}
}
2025-06-14 22:38:49 +02:00
}