Sha256: 82dc5cef66dd759a48704d1ed50f4fd5e9c20c311020eb21f13f58a40a0c7668

Contents?: true

Size: 1.02 KB

Versions: 11

Compression:

Stored size: 1.02 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": [
    {
      "type": "ruby-debug",
      "request": "launch",
      "name": "Ruby",
      "program": "${file}",
      "programArgs": [],
      "useBundler": false
    },
    {
      "type": "ruby-debug",
      "request": "launch",
      "name": "RSpec All",
      "program": "rspec",
      "programArgs": [
        "-I",
        "${workspaceFolder}",
      ],
      "useBundler": false
    },
    {
      "type": "ruby-debug",
      "request": "launch",
      "name": "RSpec LocalFile",
      "program": "rspec",
      "programArgs": ["${relativeFile}"],
      "useBundler": true
    },
    {
      "type": "ruby-debug",
      "request": "launch",
      "name": "RSpec Selected Line",
      "program": "rspec",
      "programArgs": ["${relativeFile}:${lineNumber}"],
      "useBundler": true
    }
  ]
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
archival-0.0.12 .vscode/launch.json
archival-0.0.11 .vscode/launch.json
archival-0.0.10 .vscode/launch.json
archival-0.0.9 .vscode/launch.json
archival-0.0.8 .vscode/launch.json
archival-0.0.7 .vscode/launch.json
archival-0.0.6 .vscode/launch.json
archival-0.0.5 .vscode/launch.json
archival-0.0.4 .vscode/launch.json
archival-0.0.2 .vscode/launch.json
archival-0.0.1 .vscode/launch.json