From 6e07d9d1cb9460023e57e35d7d98739ac94f7b35 Mon Sep 17 00:00:00 2001 From: Nile Walker Date: Fri, 2 Jul 2021 09:53:46 -0400 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index bc8f6b62..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +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: Current File", - "type": "python", - "request": "launch", - "program": "run.py", - "console": "integratedTerminal" - } - ] -} \ No newline at end of file