Feat: Add docker support

This commit is contained in:
Namu
2025-12-27 01:06:54 +01:00
parent 5ae8ef655a
commit 0327d70657
17 changed files with 158 additions and 54 deletions

11
launchSettings.json Normal file
View File

@@ -0,0 +1,11 @@
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"workmanagementtool": "StartDebugging"
}
}
}
}