mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-02 15:23:27 +02:00
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: Current File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
}
|