mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Current File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"justMyCode": true
|
|
},
|
|
{
|
|
"name": "Main File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"python": "/bin/python3",
|
|
"program": "${workspaceFolder}/MIND.py",
|
|
"justMyCode": true
|
|
}
|
|
]
|
|
} |