From a4794f454ee7faa2389f3d4a54529242db70eade Mon Sep 17 00:00:00 2001 From: Mycroft Kang Date: Sat, 27 Jan 2024 23:26:44 +0900 Subject: [PATCH] Update vscode config --- .vscode/launch.json | 1 - .vscode/tasks.json | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 38eff637..4844c82b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,6 @@ "port": 5678 }, "restart": true, - "preLaunchTask": "Discord Host with Debugpy", }, { "name": "Python: Discord Host", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 517d3ccf..186fa585 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -44,20 +44,6 @@ "isDefault": true } }, - { - "label": "nodemon", - "type": "shell", - "command": ".venv\\Scripts\\activate && nodemon", - "args": [], - "options": { - "cwd": "${workspaceFolder}" - }, - "problemMatcher": [], - "group": { - "kind": "build", - "isDefault": true - } - }, { "label": "Test in Packaged Application", "type": "shell",