summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-24 09:55:54 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-24 19:05:46 +1100
commit588850b0902cff048efd1a5943ac7e8bf85db973 (patch)
tree509ee4daac61be929d1e255f2a152e12e954b915 /.vscode
parent13639ac924ba3a5606568d193213ea92264db259 (diff)
focus terminal when running a test
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json9
1 files changed, 9 insertions, 0 deletions
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
}
}
],