mirror of
https://github.com/idrainformatica/Linfa.git
synced 2026-04-18 02:53:36 +02:00
v1
This commit is contained in:
10
.devcontainer/vscode/settings.json
Normal file
10
.devcontainer/vscode/settings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"python.testing.pytestArgs": [],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"files.watcherExclude": {
|
||||
"**/.venv/**": true,
|
||||
"**/pytest_cache/**": true
|
||||
},
|
||||
"python.testing.cwd": "${workspaceFolder}/src"
|
||||
}
|
||||
Reference in New Issue
Block a user