advent22/api/.vscode/settings.json
Jörn-Michael Miehe d0a7daf7be 🚧 api: re-scaffolding
- remove legacy "poetry.lock", "main.py"
- flesh out launch.json to use only "fastapi-cli"
- remove unneeded lines from "settings.json"
- rework main "Dockerfile" for "uv" compliance
- update ".dockerignore"
2026-02-19 03:10:03 +01:00

18 lines
418 B
JSON

{
"git.closeDiffOnOperation": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
},
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"ty.diagnosticMode": "workspace",
"ruff.nativeServer": "on",
}