From 8546cc9d1cabadabb36ac55467a2564fee9036d3 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 26 Feb 2024 19:53:51 -0800 Subject: [PATCH] Remove extraneous vscode files --- .vscode/launch.json | 16 ---------------- .vscode/settings.json | 3 --- 2 files changed, 19 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index aac569e4..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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: Module", - "type": "python", - "request": "launch", - "module": "jrnl", - "justMyCode": true, - "args": [] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index de288e1e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.formatting.provider": "black" -} \ No newline at end of file