From c34ead5e61b77ba37733771d0d8dd9c3881fbee0 Mon Sep 17 00:00:00 2001 From: mahamed eltorky <236695151+samarsamer251-glitch@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:14:40 +0200 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index bed8fa41..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +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: Flask", - "type": "python", - "request": "launch", - "module": "flask", - "env": { - "FLASK_APP": "app.py", - "FLASK_ENV": "development", - "FLASK_DEBUG": "0" - }, - "args": [ - "run", - "--host","0.0.0.0", - "--port","9000", - "--no-debugger", - "--no-reload" - ], - "jinja": true - } - ] -} \ No newline at end of file