From 119ecd5244de0ec351b8b9b3be97aece5c5dd8b4 Mon Sep 17 00:00:00 2001 From: d0c Date: Wed, 11 Jan 2023 21:53:35 +0100 Subject: [PATCH] rm .vscode --- .vscode/launch.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b0c4647..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +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: Django", - "type": "python", - "request": "launch", - //"python": "/home/francesco/Code/suitablephones/", - "program": "${workspaceFolder}/manage.py", - "args": [ - "fetchphones" - ], - "django": true, - "justMyCode": true - } - ] -} \ No newline at end of file