chore: bootstrap Docker development environment

This commit is contained in:
2026-09-10 19:05:54 +04:00
commit 2a942e7831
6 changed files with 72 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "vacationplanner2ics",
"dockerComposeFile": "../compose.yaml",
"service": "dev",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer", "tamasfe.even-better-toml"]
}
},
"forwardPorts": [8080]
}