mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
add task for opening deprecated tests TUI
This commit is contained in:
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@ -57,6 +57,18 @@
|
|||||||
"presentation": {
|
"presentation": {
|
||||||
"focus": true
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user