Delete .vscode directory

This commit is contained in:
Ethan Clark 2025-03-21 12:58:27 -07:00 committed by GitHub
parent 2bea6dc790
commit d230a5a712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 22 deletions

19
.vscode/launch.json vendored
View File

@ -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": [
]
}
]
}

View File

@ -1,3 +0,0 @@
{
"python.pythonPath": "/home/eejmeister/anaconda3/envs/luckyrobots/bin/python"
}