mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 05:54:00 +02:00
15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Main from Root",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/main.py",
|
|
"cwd": "${workspaceFolder}",
|
|
"env": {
|
|
"PYTHONPATH": "${workspaceFolder}"
|
|
}
|
|
}
|
|
]
|
|
} |