Naoto Ono
Naoto Ono
Closes ruby/vscode-rdbg#37 We can hide the #class item for each object by setting true in the field hideClassItem in User Settings ## Before ## After
Closes ruby/vscode-rdbg#53 https://github.com/ruby/vscode-rdbg/assets/59436572/b2ccb713-1b15-47b8-bfac-30717ba0f80c
https://bugs.ruby-lang.org/issues/20682?next_issue_id=20680
Currently, Launchable cannot capture the timeout error of waiting for worker's response (Link: https://github.com/ruby/ruby/actions/runs/10240923674/job/28328470385?pr=11271#step:30:4). It's because record method is not called in this case.
https://bugs.ruby-lang.org/issues/20661
STDOUT and STDERR has been recorded by Launchable. To record them, we create the files and read them by executing `launchable record attachment` command. When Launchable is unstable, the timeout...
``` exit without an exception, status st1: nil exit with an exception, status st2: nil ```