Sha256: 2b33211a2fb0525c6f2a69038def5b2759161c75649cf490fc13ec1352e27d09

Contents?: true

Size: 755 Bytes

Versions: 33

Compression:

Stored size: 755 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": "Minitest - all",
            "type": "Ruby",
            "request": "launch",
            "useBundler": true,
            "cwd": "${workspaceRoot}",
            "program": "/usr/bin/rake",
            "args": ["test"]
        },
        {
            "name": "Minitest - active tasks only",
            "type": "Ruby",
            "request": "launch",
            "useBundler": true,
            "cwd": "${workspaceRoot}",
            "program": "${file}"
        }
    ]
}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
autoproj-2.17.0 .vscode/launch.json
autoproj-2.16.0 .vscode/launch.json
autoproj-2.15.3 .vscode/launch.json
autoproj-2.15.2 .vscode/launch.json
autoproj-2.15.1 .vscode/launch.json
autoproj-2.15.0 .vscode/launch.json
autoproj-2.14.0 .vscode/launch.json
autoproj-2.13.0 .vscode/launch.json
autoproj-2.12.1 .vscode/launch.json
autoproj-2.12.0 .vscode/launch.json
autoproj-2.11.0 .vscode/launch.json
autoproj-2.10.2 .vscode/launch.json
autoproj-2.10.1 .vscode/launch.json
autoproj-2.10.0 .vscode/launch.json
autoproj-2.9.0 .vscode/launch.json
autoproj-2.8.8 .vscode/launch.json
autoproj-2.8.7 .vscode/launch.json
autoproj-2.8.6 .vscode/launch.json
autoproj-2.8.5 .vscode/launch.json
autoproj-2.8.5.b1 .vscode/launch.json