18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".",
|
|
"name": "code"
|
|
},
|
|
{
|
|
"path": "../../../../../nextcloud/Documents/Projekte/SLT/Auswertungsskript Solo"
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.testing.pytestEnabled": false,
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder:code}/venv/lib"
|
|
]
|
|
}
|
|
}
|