Sha256: bd6fd423eb7eb978ddabc5e761af88fa94526b9f2a0a6ea0374df5ee91c2dbf5
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "rake test FILE", "type": "shell", "command": "bundle", "args": [ "exec", "rake", "TEST=${relativeFile}" ], "group": "test" } ] }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.5.2.a | .vscode/tasks.json |
skippy-0.5.1.a | .vscode/tasks.json |
skippy-0.5.0.a | .vscode/tasks.json |
skippy-0.4.3.a | .vscode/tasks.json |
skippy-0.4.1.a | .vscode/tasks.json |