solo-auswertung/auswertung.code-workspace

22 lines
363 B
Plaintext

{
"folders": [
{
"path": ".",
"name": "code"
},
{
"path": "../files",
"name": "files"
}
],
"settings": {
"python.testing.pytestEnabled": false,
"python.autoComplete.extraPaths": [
"${workspaceFolder:code}/venv/lib"
],
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"python.formatting.provider": "black",
}
}