From 542e0d2bf4d418c5b679771779040f403b2e6d66 Mon Sep 17 00:00:00 2001 From: Subhrajyoti Date: Tue, 14 Sep 2021 20:30:41 +0530 Subject: [PATCH] Updating vs code debug --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2179c2a..0628715 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" },