Sha256: c0f5bc524b806b0909cd721a4123da26c4453b2b594ce7cf4b7367ad218f8f8b
Contents?: true
Size: 526 Bytes
Versions: 7
Compression:
Stored size: 526 Bytes
Contents
// See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format { "version": "2.0.0", "tasks": [ { "type": "rake", "task": "test", "group": { "kind": "test", "isDefault": true }, "problemMatcher": [], "label": "rake: test", "presentation": { "echo": true, "reveal": "always", "focus": true, "panel": "shared", "showReuseMessage": true, "clear": false } } ] }
Version data entries
7 entries across 7 versions & 1 rubygems