Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Last active February 17, 2021 03:21
Show Gist options
  • Save kshitijcode/44d88d486994e488ce418a30ced2f811 to your computer and use it in GitHub Desktop.
Save kshitijcode/44d88d486994e488ce418a30ced2f811 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "ServiceA API",
"port": 5000,
"request": "attach",
"type": "node",
"restart": true,
"remoteRoot": "/app",
"localRoot": "${workspaceRoot}/serviceA/"
},
{
"name": "ServiceB API",
"port": 5001,
"request": "attach",
"type": "node",
"restart": true,
"remoteRoot": "/app",
"localRoot": "${workspaceFolder}/serviceB/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment