From 2bf52f7a873bfe5ebcdc2379b9bb7b949164737f Mon Sep 17 00:00:00 2001 From: matan-arnon <96633165+matan-arnon@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:04:04 +0200 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 98167c3..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +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": "${file}", - "console": "integratedTerminal", - "args": [ - "matan" - ], - "sudo": true - } - ] -} \ No newline at end of file