mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 22:42:00 +02:00
Fix cheatsheet generate VSCode task
This was previously not working because we tried to run the whole string as its own process
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -5,8 +5,8 @@
|
|||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Generate cheatsheet",
|
"label": "Generate cheatsheet",
|
||||||
"type": "process",
|
"type": "shell",
|
||||||
"command": "go run scripts/cheatsheet/main.go ",
|
"command": "go run scripts/cheatsheet/main.go generate",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user