Sha256: 030a8773a074400c0b8b531e9a22c129d1aa93a319e4baee0a21726748fcf7b9
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", "command": "bundle", "isShellCommand": true, "showOutput": "always", "echoCommand": true, "args": ["exec", "rake"], "tasks": [{ "taskName": "test", "args": ["TEST=${relativeFile}"], "isTestCommand": true, "isBuildCommand": true }] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.2.0.a | .vscode/tasks.json |