Remotely/docker-compose/launchSettings.json
2024-02-21 07:28:00 -08:00

14 lines
349 B
JSON

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "remotely",
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
"serviceActions": {
"remotely": "StartDebugging"
}
}
}
}