16 lines
342 B
JSON
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
|
|
}
|
|
]
|
|
}
|