mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +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:
parent
e1fc90615d
commit
526d8a8a76
1 changed files with 2 additions and 2 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
@ -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": [],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue