Sha256: eacbf6b33ad09cd763355036839094f6b230c003dcc9371f525f96c5f7dda655
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
{ "version": "2.0.0", "runner": "terminal", "tasks": [ { "label": "rspec - current line", "type": "shell", "command": "${workspaceRoot}/bin/rspec ${relativeFile}:${lineNumber}" }, { "label": "rspec - current file", "type": "shell", "command": "${workspaceRoot}/bin/rspec ${relativeFile}" }, { "label": "rspec - whole suite", "type": "shell", "command": "${workspaceRoot}/bin/rspec" } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gladwords-1.0.1 | .vscode/tasks.json |