From ea685283654ac7384938d36fbc0db5c8bfa1b35c Mon Sep 17 00:00:00 2001 From: Disledg Date: Sat, 21 Dec 2024 18:48:48 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=9F=D0=B8=D0=B7=D0=B4=D0=B5=D1=86?= =?UTF-8?q?=20=D0=BE=D1=87=D0=B5=D1=80=D0=B5=D0=B4=D0=BD=D0=BE=D0=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit bfe898f10ac9a85114ee753ae2323f213b420d38.git --- Flask-Backend-All.code-workspace | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Flask-Backend-All.code-workspace 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" + ] + } +}