mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 04:05:04 +03:00
99b4b939bd
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Co-authored-by: WerWolv <werwolv98@gmail.com>
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug (Local)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/backend/main.py",
|
|
"cwd": "${workspaceFolder}/backend",
|
|
"console": "integratedTerminal",
|
|
"env": {
|
|
"PLUGIN_PATH": "${workspaceFolder}/plugins"
|
|
},
|
|
"preLaunchTask": "localrun"
|
|
}
|
|
]
|
|
}
|