From 8fd6d516bbc0ad9666cdc8e339bf4c49139eab93 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Tue, 15 Feb 2022 17:59:54 +0000 Subject: [PATCH] add debug config. --- .vscode/launch.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 59c9d8cc4a..cbd1ea8e36 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,13 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", - "configurations": [ + "configurations": [ + { + "name": "Node.js - Debug Current File", + "type": "node", + "request": "launch", + "program": "${file}" + }, { "address": "0.0.0.0", "localRoot": "${workspaceFolder}/backend",