diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index ac909b4..88c3bb3 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -12,7 +12,10 @@ "pythonArgs": [ "-Xfrozen_modules=off", ], - "justMyCode": true + "env": { + "PYDEVD_DISABLE_FILE_VALIDATION": "1", + }, + "justMyCode": true, } ] } \ No newline at end of file