Update launch.json

This commit is contained in:
Donkie
2023-04-02 19:38:14 +02:00
parent 6fd9662c42
commit b4941cc55c

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"module": "uvicorn", "module": "uvicorn",
"args": ["spoolson.main:app"], "args": ["spoolman.main:app"],
"jinja": true, "jinja": true,
"justMyCode": true "justMyCode": true
} }