mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-25 03:00:20 -04:00
Frontend Update
This commit is contained in:
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Main File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"python": "/bin/python3",
|
||||
"program": "${workspaceFolder}/MIND.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user