From 7350e242a137b89c605fcdaf9ab1d989cb7b4b59 Mon Sep 17 00:00:00 2001 From: p4w2aybsf <2363061197@qq.com> Date: Thu, 29 Apr 2021 17:04:05 +0800 Subject: [PATCH] Delete 'launch.json' --- launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 launch.json diff --git a/launch.json b/launch.json deleted file mode 100644 index af43941..0000000 --- a/launch.json +++ /dev/null @@ -1,16 +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: 当前文件", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "cwd": "" - } - ] -} \ No newline at end of file