Sha256: 18cbf1a96130be055103d31ae742b256f0154c86db9dc41a5e3bb7e7c14378ff

Contents?: true

Size: 1.69 KB

Versions: 124

Compression:

Stored size: 1.69 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": "sleep",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/examples/core/sleep.rb"

    },
    {
      "name": "pingpong",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/examples/core/pingpong.rb"

    },
    {
      "name": "http_server",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/examples/http/http_server.rb"

    },
    {
      "name": "pulse",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/examples/core/pulse.rb"
    },
    {
      "name": "Listen for rdebug-ide",
      "type": "Ruby",
      "request": "attach",
      "cwd": "${workspaceRoot}",
      "remoteHost": "127.0.0.1",
      "remotePort": "1234",
      "remoteWorkspaceRoot": "${workspaceRoot}"
    },
    {
      "name": "RSpec - all",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/bin/rspec",
      "args": [
        "-I",
        "${workspaceRoot}"
      ]
    },
    {
      "name": "RSpec - active spec file only",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "program": "${workspaceRoot}/bin/rspec",
      "args": [
        "-I",
        "${workspaceRoot}",
        "${file}"
      ]
    },
  ]
}

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
polyphony-1.6 .vscode/launch.json
polyphony-1.5 .vscode/launch.json
polyphony-1.4 .vscode/launch.json
polyphony-1.3 .vscode/launch.json
polyphony-1.2.1 .vscode/launch.json
polyphony-1.2 .vscode/launch.json
polyphony-1.1.1 .vscode/launch.json
polyphony-1.1 .vscode/launch.json
polyphony-1.0.2 .vscode/launch.json
polyphony-1.0.1 .vscode/launch.json
polyphony-1.0 .vscode/launch.json
polyphony-0.99.6 .vscode/launch.json
polyphony-0.99.5 .vscode/launch.json
polyphony-0.99.4 .vscode/launch.json
polyphony-0.99.3 .vscode/launch.json
polyphony-0.99.2 .vscode/launch.json
polyphony-0.99.1 .vscode/launch.json
polyphony-0.99 .vscode/launch.json
polyphony-0.98 .vscode/launch.json
polyphony-0.97 .vscode/launch.json