CI updates + devcontainer

This commit is contained in:
Dawid Dziurla
2025-06-14 22:38:49 +02:00
committed by GitHub
parent 21abe22bd8
commit 3b952f8862
4 changed files with 57 additions and 53 deletions

View File

@ -0,0 +1,18 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
"name": "devcontainer",
"build": {
"dockerfile": "Containerfile"
},
"customizations": {
"vscode": {
"extensions": [
"GitHub.vscode-github-actions",
"esbenp.prettier-vscode",
"mads-hartmann.bash-ide-vscode",
"ms-azuretools.vscode-containers"
]
}
}
}