From 9b7d8392333c7532fa9628ca26e6f6ca054a6e79 Mon Sep 17 00:00:00 2001 From: chenhe Date: Sat, 16 Mar 2024 07:51:20 -0700 Subject: [PATCH] remove launch.json --- .vscode/launch.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 181ae6f1b4..0000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,30 +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": [ - { - // set root directory to api/ folder - "cwd": "${workspaceFolder}/api", - "name": "Python: Flask", - "type": "python", - "request": "launch", - "module": "flask", - "env": { - "FLASK_APP": "app.py", - "FLASK_DEBUG": "1", - "GEVENT_SUPPORT": "True" - }, - "args": [ - "run", - "--no-debugger", - "--no-reload", - "--host=0.0.0.0", - "--port=5001" - ], - "jinja": true, - "justMyCode": true - } - ] -} \ No newline at end of file