From da95eb7513589652c46373899d3d9882133b8e46 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Mon, 28 Nov 2022 02:58:40 +0100 Subject: [PATCH] update launch.json --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index beb752a7..8d758622 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,8 +9,9 @@ "url": "http://localhost:5173", "request": "launch", "type": "chrome", - "smartStep": false, - "sourceMaps": true + "smartStep": true, + "sourceMaps": true, + "runtimeArgs": ["--auto-open-devtools-for-tabs"] }, { "type": "node",