feat: add launch configuration for FastAPI and Vite in .claude/launch.json; include VSCode settings for pytest
This commit is contained in:
parent
d883731212
commit
b87925d0b0
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"python.testing.pytestArgs": [
|
||||||
|
"tests"
|
||||||
|
],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue