From d230a5a712653675bff82d2a6ae830f67c349395 Mon Sep 17 00:00:00 2001 From: Ethan Clark Date: Fri, 21 Mar 2025 12:58:27 -0700 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 19 ------------------- .vscode/settings.json | 3 --- 2 files changed, 22 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 1da2ff4..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +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 Debugger: Current File", - "type": "debugpy", - "request": "launch", - "python": "${config:python.pythonPath}", - "program": "${fileDirname}/main.py", - "console": "integratedTerminal", - "cwd": "${fileDirname}", - "args": [ - ] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dadebae..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/home/eejmeister/anaconda3/envs/luckyrobots/bin/python" -} \ No newline at end of file