Files
SemesterapparatsManager/.vscode/settings.json
2025-01-14 10:13:58 +01:00

38 lines
799 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.trunk/*actions/": true,
"**/.trunk/*logs/": true,
"**/.trunk/*notifications/": true,
"**/.trunk/*out/": true,
"**/.trunk/*plugins/": true,
"**/.history": true,
"**/.pytest_cache": true,
".pytest_cache": true,
"**/__pycache__": true,
"__pycache__": true,
"**/.trunk": true,
"**/.vscode": true
},
"explorerExclude.backup": {},
"python.testing.unittestEnabled": false,
"python.testing.unittestArgs": [
"-v",
"-s",
"./test",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": true,
"cSpell.words": [
"adis",
"apparate",
"isbn",
"ISSN"
],
}