From 588850b0902cff048efd1a5943ac7e8bf85db973 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 24 Dec 2022 09:55:54 +1100 Subject: focus terminal when running a test --- .vscode/tasks.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 062eb0051..36274763c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -29,6 +29,9 @@ "group": { "kind": "test", "isDefault": true + }, + "presentation": { + "focus": true } }, { @@ -38,6 +41,9 @@ "problemMatcher": [], "group": { "kind": "test", + }, + "presentation": { + "focus": true } }, { @@ -47,6 +53,9 @@ "problemMatcher": [], "group": { "kind": "test", + }, + "presentation": { + "focus": true } } ], -- cgit v1.2.3