fix debugger warning
This commit is contained in:
parent
c47ecdab18
commit
fb20275775
1 changed files with 3 additions and 0 deletions
3
api/.vscode/launch.json
vendored
3
api/.vscode/launch.json
vendored
|
@ -9,6 +9,9 @@
|
|||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "advent22_api.main",
|
||||
"pythonArgs": [
|
||||
"-Xfrozen_modules=off",
|
||||
],
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue