From 4a210a720ecceaf0c6d6c3bfe2115cbcfae643e5 Mon Sep 17 00:00:00 2001 From: HornCopper <68726147+HornCopper@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:45:57 +0800 Subject: [PATCH] [feat]remove --- .vscode/launch.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d06caf081..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "bot", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/bot.py", - "console": "integratedTerminal", - "justMyCode": false, - "envFile": "${workspaceFolder}/.env.dev" - }, - { - "name": "test.py", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/test.py", - "console": "integratedTerminal", - "justMyCode": false, - "envFile": "${workspaceFolder}/.env.dev" - } - ] -}