Sha256: ba0c8b956382609cbe603e2ea3fd2fd39abb98d547872760be1c21011457921d
Contents?: true
Size: 698 Bytes
Versions: 19
Compression:
Stored size: 698 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": "RSpec - active spec file only", "type": "Ruby", "request": "launch", "cwd": "${workspaceRoot}", "program": "${workspaceRoot}/bin/rspec", "args": [ "${file}" ] }, { "name": "Rspec - all spec files", "type": "Ruby", "request": "launch", "cwd": "${workspaceRoot}", "program": "${workspaceRoot}/bin/rspec", "args": [ "spec" ] } ] }
Version data entries
19 entries across 19 versions & 1 rubygems