Initial commit

This commit is contained in:
2026-08-08 11:41:41 +02:00
commit 487cc8e2dd
20 changed files with 201 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
{
"name": "Förderverein Niere e.V.",
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.yml"
],
"service": "server",
"workspaceFolder": "/project",
"postCreateCommand": "git lfs install",
"customizations": {
"vscode": {
"extensions": [
"arr.marksman",
"mjmlio.vscode-mjml",
"davidanson.vscode-markdownlint",
"ecmel.vscode-html-css",
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one",
"jsynowiec.vscode-insertdatestring",
"netcorext.uuid-generator",
"motivesoft.vscode-uuid-generator",
"jsynowiec.vscode-insertdatestring"
]
}
}
}