From 93cf3a89378ac57657a1553820d796d0dbb0b401 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 25 May 2022 12:19:37 +0200 Subject: [PATCH] remove vscode files for now --- .vscode/launch.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 1a82e0c..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +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": "Test Hashing", - "type": "python", - "request": "launch", - "program": "auto_archive.py", - "console": "integratedTerminal", - "justMyCode": true, - // "args": ["--sheet","Test Hashing"] - // "args": ["--sheet","Test Hashing","--use-filenumber-as-directory"] - "args": ["--sheet","Test Hashing","--use-filenumber-as-directory", "--storage=gd"] - }, - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file