1 2 3 4 5 6 7 8 9 10 11
{ "typescript.autoClosingTags": true, "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, "python.testing.pytestArgs": [ "backend/test" ], "python.analysis.extraPaths": [ "backend" ] }