mirror of
https://github.com/idrainformatica/Linfa.git
synced 2026-04-17 19:53:32 +02:00
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"python.testing.pytestArgs": [],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"files.watcherExclude": {
|
|
"**/.venv/**": true,
|
|
"**/pytest_cache/**": true
|
|
},
|
|
"python.testing.cwd": "${workspaceFolder}/src"
|
|
}
|