Files
upo-ml/.vscode/launch.json
Berack96 3e9bcb87e9 Bugfixes
- fix bug recursion on init
- fix bug linux path
- added regularization
2024-05-02 14:27:57 +02:00

15 lines
467 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: App",
"type": "debugpy",
"request": "launch",
"program": "src/app.py",
"console": "integratedTerminal"
}
]
}