solo-auswertung/auswertung.code-workspace

19 lines
254 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": "../files",
"name": "files"
2022-11-10 21:40:12 +00:00
}
],
"settings": {
"python.testing.pytestEnabled": false,
"python.autoComplete.extraPaths": [
"${workspaceFolder:code}/venv/lib"
]
}
2022-11-10 21:40:12 +00:00
}