compass/.vscode/settings.json
2024-11-23 22:18:18 -05:00

11 lines
213 B
JSON

{
"python.testing.pytestArgs": [
"backend"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"eslint.workingDirectories": [
"./compass",
]
}