mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/backend/main.py",
|
|
"cwd": "${workspaceFolder}/backend",
|
|
"console": "integratedTerminal",
|
|
"env": {
|
|
"PLUGIN_PATH": "/home/deck/homebrew/plugins"
|
|
},
|
|
"preLaunchTask": "Build frontend"
|
|
}
|
|
]
|
|
}
|