vscode debugging options

This commit is contained in:
Marco 2026-04-20 12:18:16 +02:00
commit 325e2f1ee9
5 changed files with 155 additions and 3 deletions

9
.vscode/docker-compose.debug.yml vendored Normal file
View file

@ -0,0 +1,9 @@
services:
worktracker:
entrypoint:
- /bin/sh
- -c
command:
- while sleep 1000; do :; done
healthcheck:
disable: true