Sha256: 022196b31c30d8e762b01baf32e95c5041fea59d2e41b5c1690d2d920e4a87e8

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 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

2 entries across 2 versions & 1 rubygems

Version Path
skippy-0.4.0.a .vscode/tasks.json
skippy-0.3.0.a .vscode/tasks.json