Sha256: 4427d9a46b6ac956efc88cd65a9dd2c8eaa5e7690e098d360a45f84cd8e070f0

Contents?: true

Size: 600 Bytes

Versions: 15

Compression:

Stored size: 600 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": [
        {
            "type": "ruby-debug",
            "request": "launch",
            "name": "RSpec (Active File)",
            "program": "rspec",
            "programArgs": [
                "-I",
                "${workspaceFolder}",
                "${file}"
            ],
            "useBundler": true
        }
    ]
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gamefic-standard-4.0.0 .vscode/launch.json
gamefic-standard-3.3.0 .vscode/launch.json
gamefic-standard-3.2.4 .vscode/launch.json
gamefic-standard-3.2.3 .vscode/launch.json
gamefic-standard-3.2.2 .vscode/launch.json
gamefic-standard-3.2.1 .vscode/launch.json
gamefic-standard-3.2.0 .vscode/launch.json
gamefic-standard-3.1.0 .vscode/launch.json
gamefic-standard-3.0.0 .vscode/launch.json
gamefic-standard-2.4.0 .vscode/launch.json
gamefic-standard-2.3.1 .vscode/launch.json
gamefic-standard-2.3.0 .vscode/launch.json
gamefic-standard-2.2.0 .vscode/launch.json
gamefic-standard-2.1.0 .vscode/launch.json
gamefic-standard-2.0.0 .vscode/launch.json