diff --git a/Flask-Backend-All.code-workspace b/Flask-Backend-All.code-workspace new file mode 100644 index 0000000..7d845cc --- /dev/null +++ b/Flask-Backend-All.code-workspace @@ -0,0 +1,13 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "python.defaultInterpreterPath": "./../Flask/bin/python", + "python.analysis.extraPaths": [ + "./Flask/lib/python3.11/site-packages" + ] + } +}