feat: add launch configuration for FastAPI and Vite in .claude/launch.json; include VSCode settings for pytest

This commit is contained in:
Ahmet Guzererler 2026-03-25 16:17:40 +01:00
parent d883731212
commit b87925d0b0
2 changed files with 7 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}