mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
14 lines
349 B
JSON
14 lines
349 B
JSON
{
|
|
"profiles": {
|
|
"Docker Compose": {
|
|
"commandName": "DockerCompose",
|
|
"commandVersion": "1.0",
|
|
"composeLaunchAction": "LaunchBrowser",
|
|
"composeLaunchServiceName": "remotely",
|
|
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
|
|
"serviceActions": {
|
|
"remotely": "StartDebugging"
|
|
}
|
|
}
|
|
}
|
|
} |