17 lines
337 B
JSON
17 lines
337 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python: Current File",
|
||
|
"type": "python",
|
||
|
"request": "launch",
|
||
|
"program": "${workspaceFolder}/src/main.py",
|
||
|
"console": "integratedTerminal",
|
||
|
"justMyCode": true,
|
||
|
"env": {
|
||
|
"PYGAME_HIDE_SUPPORT_PROMPT": "hide"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|