Sha256: 4abdb11324887d6c1fa203f48c82de59d5f3352b4cfb9a43807ae2289e9d9bb8
Contents?: true
Size: 1.12 KB
Versions: 9
Compression:
Stored size: 1.12 KB
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": "Ruby - Main", "type": "Ruby", "request": "launch", "program": "test/main.rb" }, { "name": "Ruby - Gem Main", "type": "Ruby", "request": "launch", "program": "example/main.rb" }, { "name": "RSpec - Active spec File only", "type": "Ruby", "request": "launch", "program": "C:/tools/ruby27/bin/rspec", "args": [ "-I", "${workspaceRoot}", "${file}" ] }, { "name": "RSpec - All", "type": "Ruby", "request": "launch", "program": "C:/tools/ruby27/bin/rspec", "args": [ "-I", "${workspaceRoot}" ] }, ] }
Version data entries
9 entries across 9 versions & 1 rubygems