github.com/tools/godep@v0.0.0-20180126220526-ce0bfadeb516/.vscode/tasks.json (about)

     1  {
     2  	// See http://go.microsoft.com/fwlink/?LinkId=733558
     3  	// for the documentation about the tasks.json format
     4  	"version": "0.1.0",
     5  	"command": "go",
     6  	"isShellCommand": true,
     7  	"args": ["test"],
     8  	"showOutput": "always",
     9  	"tasks": [
    10  		{
    11  			"taskName":"Local Test",
    12  			"args":[ "-v", "-run=Update"],
    13  			"suppressTaskName": true
    14  		}
    15  	]
    16  }