update README

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-12 11:50:26 +02:00
parent ffeb686fe0
commit f59934cfd0
2 changed files with 8 additions and 11 deletions

1
.vscode/launch.json vendored
View File

@@ -11,6 +11,7 @@
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"justMyCode": false,
"env": {"PYTHONPATH": "${workspaceRoot}:${env:PYTHONPATH}"},
}
]