23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"profiles": {
|
|
"Docker Compose": {
|
|
"commandName": "DockerCompose",
|
|
"commandVersion": "1.0",
|
|
"serviceActions": {
|
|
"web": "StartDebugging",
|
|
"database": "StartWithoutDebugging",
|
|
"mailhog": "DoNotStart",
|
|
"redis": "StartWithoutDebugging"
|
|
}
|
|
},
|
|
"SMTP Debugging": {
|
|
"commandName": "DockerCompose",
|
|
"commandVersion": "1.0",
|
|
"composeProfile": {
|
|
"includes": [
|
|
"smtp-debug"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |