From 4831370b90aefcd602be9fecab104ef33fb4f629 Mon Sep 17 00:00:00 2001 From: hsluoyz Date: Thu, 30 Nov 2023 21:17:28 +0800 Subject: [PATCH] Delete .vscode/launch.json --- .vscode/launch.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 0cb7b28..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: 当前文件", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true, - "cwd": "${workspaceFolder}", - "env": {"PYTHONPATH": "${workspaceFolder}"} - } - ] -} \ No newline at end of file