Sha256: 579b8c4fd8f99046873f9b93e4c55e47ce45f1cad7fdb4ab9f8c08627a5145e0
Contents?: true
Size: 836 Bytes
Versions: 2
Compression:
Stored size: 836 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": "RSpec - active spec file only", "type": "Ruby", "request": "launch", "useBundler": true, "pathToBundler": "/Users/yuanfeng/.rvm/gems/ruby-2.6.1/wrappers/bundle", "pathToRDebugIDE": "/Users/yuanfeng/.rvm/gems/ruby-2.6.1/gems/ruby-debug-ide-0.7.2", "debuggerPort": "1240", "program": "/Users/yuanfeng/.rvm/gems/ruby-2.6.1/bin/rspec", "args": [ "-I", "${workspaceRoot}", "${file}" ] } ] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
starlark_compiler-0.5.0 | .vscode/launch.json |
starlark_compiler-0.4.0 | .vscode/launch.json |