Skip to content

Commit

Permalink
Updating vs code debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sjs994 committed Sep 14, 2021
1 parent 043a8f3 commit 542e0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Docker: Attach to Library Service",
"name": "Docker: Attach to Book Service",
"type": "node",
"request": "attach",
"port": 9229,
"address": "localhost",
"localRoot": "${workspaceFolder}/library",
"localRoot": "${workspaceFolder}/bookservice",
"remoteRoot": "/",
"protocol": "inspector"
},
Expand Down

0 comments on commit 542e0d2

Please # to comment.