devcontainer: init

This commit is contained in:
Dawid Dziurla 2025-06-28 18:45:53 +02:00
parent 93764e7048
commit 9d50e1392c
No known key found for this signature in database

View File

@ -0,0 +1,16 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"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"
]
}
}
}