mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02:00
more tasks
This commit is contained in:
parent
fbac05fff7
commit
e059641f3f
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
@ -6,12 +6,20 @@
|
|||||||
{
|
{
|
||||||
"label": "Generate cheatsheet",
|
"label": "Generate cheatsheet",
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"command": "go run scripts/cheatsheet/main.go "
|
"command": "go run scripts/cheatsheet/main.go ",
|
||||||
|
"problemMatcher": [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Bump gocui",
|
"label": "Bump gocui",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./scripts/bump_gocui.sh"
|
"command": "./scripts/bump_gocui.sh",
|
||||||
|
"problemMatcher": [],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Bump lazycore",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./scripts/bump_lazycore.sh",
|
||||||
|
"problemMatcher": [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run current file integration test",
|
"label": "Run current file integration test",
|
||||||
@ -42,11 +50,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"id": "testname",
|
|
||||||
"description": "Test name/path (e.g. 'commit/commit'):",
|
|
||||||
"type": "promptString"
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user