Files
SemesterapparatsManager/.vscode/settings.json

57 lines
1.1 KiB
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",
"Adminbereich",
"Apparatdetails",
"apparate",
"appname",
"appnr",
"autoadder",
"availchecker",
"bookgrabber",
"chkbx",
"drpdwn",
"isbn",
"ISSN",
"mand",
"profdata",
"profname",
"qrichtext",
"Segoe",
"semesterapparate",
"Semesterapparatsmanagement",
"Semesterapparatsteam",
"Strg",
"telnr"
],
}