From ece06b906f7f349772701763acbecc5f219e545d Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Tue, 21 Mar 2023 14:19:48 +0100 Subject: [PATCH] deleted vscode folder --- .vscode/launch.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index efb2347..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +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", - "justMyCode": true, - "cwd": "${workspaceFolder}/${relativeFileDirname}" - } - ] -} \ No newline at end of file