From fd23d86b04013b9201b1a8e532bade62a05fa442 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Wed, 3 May 2023 10:20:37 -0700 Subject: [PATCH] Allow debugging the issue reporter by removing uri filter (#181429) The issue reporter has a different html file. --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ba9c3000cf..4c59eb8cdf3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -236,7 +236,6 @@ "VSCODE_SKIP_PRELAUNCH": "1" }, "cleanUp": "wholeBrowser", - "urlFilter": "*workbench*.html*", "runtimeArgs": [ "--inspect-brk=5875", "--no-cached-data",