Sha256: 09f31414321e2dc30ad9b6cf4f0d17a51486f5a678bb305b4e9e22555bb2b1b2

Contents?: true

Size: 689 Bytes

Versions: 5

Compression:

Stored size: 689 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": "rdbg",
            "name": "Debug current file with rdbg",
            "request": "launch",
            "script": "exe/arql",
            "command": "bundle exec",
            "useTerminal": true,
            "args": ["-e", "ccpro"],
            "askParameters": false
        },
        {
            "type": "rdbg",
            "name": "Attach with rdbg",
            "request": "attach"
        }
    ]
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arql-0.3.31 .vscode/launch.json
arql-0.3.30 .vscode/launch.json
arql-0.3.29 .vscode/launch.json
arql-0.3.28 .vscode/launch.json
arql-0.3.27 .vscode/launch.json