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

Version Path
twitch-bot-6.0.0 .vscode/launch.json
twitch-bot-5.0.6 .vscode/launch.json
twitch-bot-5.0.5 .vscode/launch.json
twitch-bot-5.0.4 .vscode/launch.json
twitch-bot-5.0.2 .vscode/launch.json
twitch-bot-5.0.1 .vscode/launch.json
twitch-bot-5.0.0 .vscode/launch.json
twitch-bot-4.1.1 .vscode/launch.json
twitch-bot-4.1.0 .vscode/launch.json
twitch-bot-4.0.1 .vscode/launch.json
twitch-bot-4.0.0 .vscode/launch.json
twitch-bot-3.2.1 .vscode/launch.json
twitch-bot-3.2.0 .vscode/launch.json
twitch-bot-3.1.0 .vscode/launch.json
twitch-bot-2.1.1 .vscode/launch.json
twitch-bot-2.1.0 .vscode/launch.json
twitch-bot-2.0.1 .vscode/launch.json
twitch-bot-2.0.0 .vscode/launch.json
twitch-bot-1.0.0 .vscode/launch.json