diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f020e1d0c..8027a5344 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [], }, {