booplaysgba/.vscode/launch.json

16 lines
342 B
JSON
Raw Normal View History

2021-11-01 13:06:12 +00:00
{
2022-02-06 16:17:23 +00:00
"version": "0.2.0",
"compounds": [
{
2022-03-03 22:35:45 +00:00
"name": "Launch",
2022-02-06 16:17:23 +00:00
"configurations": [
2022-03-03 22:35:45 +00:00
"Launch (server)",
"Launch (emulator)"
2022-02-06 16:17:23 +00:00
],
2022-03-03 22:35:45 +00:00
"preLaunchTask": "Start NGINX+Redis",
// "postLaunchask": "Stop NGINX+Redis", // not yet supported by vscode, launch the task manually
2022-02-06 16:17:23 +00:00
"stopAll": true
}
]
2021-11-01 13:06:12 +00:00
}