1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-20 05:19:24 +02:00

focus terminal when running a test

This commit is contained in:
Jesse Duffield 2022-12-24 09:55:54 +11:00
parent 13639ac924
commit 588850b090

9
.vscode/tasks.json vendored
View File

@ -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
}
}
],