1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-27 22:01:46 +02:00

add task for opening deprecated tests TUI

This commit is contained in:
Jesse Duffield 2022-12-24 17:01:07 +11:00
parent fa97b0c76e
commit c19f52255c

12
.vscode/tasks.json vendored
View File

@ -57,6 +57,18 @@
"presentation": {
"focus": true
}
},
{
"label": "Open deprecated test TUI",
"type": "shell",
"command": "go run pkg/integration/deprecated/cmd/tui/main.go",
"problemMatcher": [],
"group": {
"kind": "test",
},
"presentation": {
"focus": true
}
}
],
}