Projektpraktikum/Projektpraktikum.code-workspace

13 lines
199 B
Plaintext
Raw Permalink Normal View History

2023-10-05 10:49:35 +02:00
{
"folders": [
{
2023-10-29 11:51:36 +01:00
"path": "./"
},
2023-10-27 19:35:49 +02:00
],
"settings": {
2023-10-29 11:51:36 +01:00
"python.analysis.completeFunctionParens": true,
"python.analysis.enablePytestExtra": false,
"python.languageServer": "Pylance",
2023-10-27 19:35:49 +02:00
}
2023-10-05 10:49:35 +02:00
}