github.com/git-amp/amp-sdk-go@v0.7.5/.vscode/tasks.json (about)

     1  {
     2      // See https://go.microsoft.com/fwlink/?LinkId=733558
     3      // for the documentation about the tasks.json format
     4      "version": "2.0.0",
     5      "tasks": [
     6        {
     7          "label": "⚒️ make generate",
     8          "type": "shell",
     9          "command": "make generate",
    10          "problemMatcher": [],
    11          "group": {
    12            "kind": "none",
    13            "isDefault": true
    14          },
    15          "options": {
    16            "cwd": "${workspaceFolder}"
    17          }
    18        }
    19      ]
    20    }
    21    
    22