Sha256: 95e985cee89802fcb3e1ab0f1e08eb1d3b480b13141ecc67b5f847b95a07960b
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug Local File", "type": "Ruby", "request": "launch", "program": "${workspaceRoot}/lib/geminer.rb", "useBundler": true }, { "name": "RSpec - all", "type": "Ruby", "request": "launch", "program": "${workspaceRoot}/bin/rspec", "args": [ "-I", "${workspaceRoot}" ], "useBundler": true }, { "name": "RSpec - active spec file only", "type": "Ruby", "request": "launch", "program": "${workspaceRoot}/bin/rspec", "args": [ "-I", "${workspaceRoot}", "${file}" ], "useBundler": true } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geminer-0.1.0 | .vscode/launch.json |