Lars Noack
4b2dd4a36a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
28 lines
938 B
JSON
28 lines
938 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: Current File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "Python Debugger: Download script",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "development/actual_donwload.py",
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "Python Debugger: Music Kraken",
|
|
"type": "debugpy",
|
|
"request": "launch", // run the module
|
|
"program": "${workspaceFolder}/.vscode/run_script.py",
|
|
}
|
|
]
|
|
} |