solo-auswertung/auswertung.code-workspace

22 lines
363 B
Plaintext
Raw Permalink 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"
2023-11-19 16:40:57 +00:00
],
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"python.formatting.provider": "black",
}
2022-11-10 21:40:12 +00:00
}