Sha256: f1122ffa1ee2b5ba0afe03a45605c02f0d7967442933841a76e2bb4353ca1b08

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 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": "Debug review-retrovert",
            "type": "Ruby",
            "request": "launch",
            "env": {
                "RUBYLIB":"lib"
            },
            "cwd": "${workspaceRoot}",
            "program": "${workspaceRoot}/exe/review-retrovert",
            "args": [
                "convert",
                "--preproc",
                "--tabwidth", "4",
                "--ird",
                "testdata/mybook/config.yml",
                "-f",
                "tmp/debug"
            ]
        },
        {
            "name": "RSpec - active spec file only",
            "type": "Ruby",
            "request": "launch",
            "program": "${workspaceRoot}/bin/rspec",
            "args": [
                "-I",
                "${workspaceRoot}",
                "${file}"
            ]
        },
        {
            "name": "RSpec - all",
            "type": "Ruby",
            "request": "launch",
            "program": "${workspaceRoot}/bin/rspec",
            "args": [
                "-I",
                "${workspaceRoot}"
            ]
        },
    ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
review-retrovert-0.9.11 .vscode/launch.json
review-retrovert-0.9.10 .vscode/launch.json
review-retrovert-0.9.9 .vscode/launch.json
review-retrovert-0.9.8 .vscode/launch.json