mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-03 19:34:58 +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:
Vendored
+2
-2
@@ -5,8 +5,8 @@
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Generate cheatsheet",
|
||||
"type": "process",
|
||||
"command": "go run scripts/cheatsheet/main.go ",
|
||||
"type": "shell",
|
||||
"command": "go run scripts/cheatsheet/main.go generate",
|
||||
"problemMatcher": [],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user