Delete launch.json

This commit is contained in:
Donkie
2023-06-30 23:29:22 +02:00
parent 720ec30812
commit d6d5d4dad7

17
.vscode/launch.json vendored
View File

@@ -1,17 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": ["spoolman.main:app"],
"jinja": true,
"justMyCode": true
}
]
}