Projektpraktikum/Projektpraktikum.code-workspace
2023-10-29 11:51:36 +01:00

13 lines
199 B
Plaintext

{
"folders": [
{
"path": "./"
},
],
"settings": {
"python.analysis.completeFunctionParens": true,
"python.analysis.enablePytestExtra": false,
"python.languageServer": "Pylance",
}
}