docker files fixes from liaqat
This commit is contained in:
28
src/launchSettings.json
Normal file
28
src/launchSettings.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Docker - Api": {
|
||||
"commandName": "DockerCompose",
|
||||
"commandVersion": "1.0",
|
||||
"serviceActions": {
|
||||
"managing.api": "StartDebugging",
|
||||
"managing.api.workers": "DoNotStart"
|
||||
}
|
||||
},
|
||||
"Docker - Workers": {
|
||||
"commandName": "DockerCompose",
|
||||
"commandVersion": "1.0",
|
||||
"serviceActions": {
|
||||
"managing.api": "DoNotStart",
|
||||
"managing.api.workers": "StartDebugging"
|
||||
}
|
||||
},
|
||||
"Docker - Debug all": {
|
||||
"commandName": "DockerCompose",
|
||||
"commandVersion": "1.0",
|
||||
"serviceActions": {
|
||||
"managing.api": "StartDebugging",
|
||||
"managing.api.workers": "StartDebugging"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user