From 247ca150026fcca06f44f94882b39b3898e7f2eb Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 21 Jun 2024 22:24:58 -0500 Subject: [PATCH] chore: dev tools --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 99bc027..462c685 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,6 +10,7 @@ "name": "Silphius Chrome", "url": "https://localhost:3000", "webRoot": "${workspaceFolder}", + "runtimeArgs": ["--auto-open-devtools-for-tabs"] }, { "type": "node",