Sha256: f9672d8f75514f1fad4a7e0047ec5eb361306e744e841850be42f1cc56155d66
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 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 - current line", "type": "Ruby", "cwd": "${workspaceRoot}", "request": "launch", "program": "${workspaceRoot}/bin/rails", "args": [ "test", "${file}:${lineNumber}" ] } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-lsp-0.0.1 | .vscode/launch.json |