1
0
mirror of synced 2024-11-15 09:47:34 +01:00
tja2fumen/.vscode/launch.json

12 lines
241 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: File",
"type": "python",
"request": "launch",
"program": "${file}",
"justMyCode": true
}
]
}