github.com/suiyunonghen/dxcommonlib@v0.0.0-20190612012041-7f8547a81a67/.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              "taskName": "GoRUn",
     8              "command": "go run ${file}",
     9              "type": "shell",
    10              "problemMatcher": []
    11          }
    12      ]
    13  }