Sha256: 2b7f25950c2addb135698760e106b79b44b47d69516aa934d934b0563db8f907

Contents?: true

Size: 792 Bytes

Versions: 6

Compression:

Stored size: 792 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": "Rails App",
            "type": "Ruby",
            "request": "launch",
            // Current dir using env variable input in tasks.json
            "cwd": "${workspaceRoot}/test-project", 
            // run bundle install before rails server
            "preLaunchTask": "Create test-project",
            "program": "bin/rails",
            "postDebugTask": "Delete test-project",
            // Setup debug binding IP and port.
            "args": ["s", "-b", "0.0.0.0", "-p", "3000"], 
        }
    ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vaas-4.1.0 .vscode/launch.json
vaas-4.0.0 .vscode/launch.json
vaas-3.1.0 .vscode/launch.json
vaas-3.0.0 .vscode/launch.json
vaas-2.0.0 .vscode/launch.json
vaas-1.0.1 .vscode/launch.json