From 3ff36eb6b4da7b2a4cfa7f29d12c496a88e57b57 Mon Sep 17 00:00:00 2001 From: esadakcam <55852045+esadakcam@users.noreply.github.com> Date: Fri, 5 Aug 2022 17:36:15 +0300 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e9adce0..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,28 +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: Geçerli Dosya", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true, - "args": [ - "--p", - "1", - "--lat-min", - "40.83", - "--lat-max", - "40.875", - "--lon-min", - "29.233", - "--lon-max", - "29.292" - ] - } - ] -} \ No newline at end of file