From 9126e316446c88d7953a1cef1706e7447ca58555 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Fri, 23 Jul 2021 11:26:56 -0700 Subject: [PATCH] debug: remove committed trace flags in js-debug debug --- .vscode/launch.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a45b9d0a407ce..65911dc3294c4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -185,7 +185,6 @@ "name": "Attach to VS Code", "browserAttachLocation": "workspace", "port": 9222, - "trace": true, "outFiles": [ "${workspaceFolder}/out/**/*.js" ], @@ -198,7 +197,6 @@ "type": "pwa-chrome", "request": "launch", "name": "Launch VS Code Internal", - "trace": true, "windows": { "runtimeExecutable": "${workspaceFolder}/scripts/code.bat" },