Files
wutheringwaves/.vscode/launch.json
github-actions[bot] 5f997faded Add Atom feeds
2025-05-10 16:34:42 +02:00

13 lines
273 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}