Project scaffolding toegevoegd

This commit is contained in:
Martijn Remmen
2021-06-15 19:37:03 +02:00
commit 6c7b63548c
12 changed files with 232 additions and 0 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Python Functions",
"type": "python",
"request": "attach",
"port": 9091,
"preLaunchTask": "func: host start"
}
]
}