Sha256: d19c7e628f5beef35c0a950e1eddfb269d5c0efc2640c637c26cb71df4f101a8

Contents?: true

Size: 608 Bytes

Versions: 7

Compression:

Stored size: 608 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": "ruby_lsp",
      "name": "Debug file",
      "request": "launch",
      "program": "ruby ${file}"
    },
    {
      "type": "ruby_lsp",
      "name": "Debug test",
      "request": "launch",
      "program": "ruby -Itest ${relativeFile}"
    },
    {
      "type": "ruby_lsp",
      "name": "Debug attach",
      "request": "attach"
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
w_syntax_tree-erb-0.11.0 .vscode/launch.json
w_syntax_tree-erb-0.10.5 .vscode/launch.json
w_syntax_tree-erb-0.10.4 .vscode/launch.json
w_syntax_tree-erb-0.10.3 .vscode/launch.json
w_syntax_tree-erb-0.10.2 .vscode/launch.json
w_syntax_tree-erb-0.10.1 .vscode/launch.json
w_syntax_tree-erb-0.10.0 .vscode/launch.json