solo-auswertung/auswertung.code-workspace

18 lines
296 B
Plaintext
Raw Normal View History

2022-11-10 21:40:12 +00:00
{
"folders": [
{
"path": ".",
"name": "code"
2022-11-10 21:40:12 +00:00
},
{
"path": "../../../../../nextcloud/Documents/Projekte/SLT/Auswertungsskript Solo"
}
],
"settings": {
"python.testing.pytestEnabled": false,
"python.autoComplete.extraPaths": [
"${workspaceFolder:code}/venv/lib"
]
}
2022-11-10 21:40:12 +00:00
}