booplaysgba/.vscode/launch.json
2022-03-03 23:35:45 +01:00

16 lines
342 B
JSON

{
"version": "0.2.0",
"compounds": [
{
"name": "Launch",
"configurations": [
"Launch (server)",
"Launch (emulator)"
],
"preLaunchTask": "Start NGINX+Redis",
// "postLaunchask": "Stop NGINX+Redis", // not yet supported by vscode, launch the task manually
"stopAll": true
}
]
}