From 349df745784bc20d06ed7e0add8de0626b0188c4 Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Mon, 22 Apr 2024 16:33:24 +0100 Subject: [PATCH] Rename debug target to "UI" rather than Jest --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 68815618ea6..81486b93841 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -46,7 +46,7 @@ "webRoot": "${workspaceFolder}" }, { - "name": "Debug Jest test", + "name": "Debug UI test", "type": "node", "request": "launch", "runtimeExecutable": "yarn",