Skip to content

v0.2.0

Compare
Choose a tag to compare
@ko1 ko1 released this 09 May 03:36
· 129 commits to master since this release

This release supports "TraceInspector" and ruby version manager configuration, and other fixes.

What's Changed

  • Format codes by @ono-max in #105
  • Update the default waitLaunchTime in README by @ono-max in #106
  • Update package-lock.json by @ono-max in #114
  • Update npm packages in Dependabot by @ono-max in #122
  • Load ".zshrc" when default shell is zsh by @ono-max in #124
  • Remove promise constructor in test by @ono-max in #132
  • Fix some spellings in README by @andyw8 in #135
  • Wait 10 seconds to prevent timeout error in tests by @ono-max in #133
  • Wait 20 seconds for each test case by @ono-max in #145
  • Auto merge PR from Dependabot by @ono-max in #153
  • Remove useless async keyword by @ono-max in #151
  • Improve ESLint rules by @vinistock in #155
  • Remove forcibly instead of waiting for the socket file to be deleted in test by @ono-max in #158
  • Make sure to wait until port is written in the file by @ono-max in #159
  • Fix error in auto merge by @ono-max in #156
  • Introduce Rdbg Trace Inspector by @ono-max in #154
  • Add prettier package by @ono-max in #168
  • Match versions @types/vscode and engines.vscode by @ono-max in #175
  • Rename src/traceLog.ts to src/protocol.ts by @ono-max in #176
  • Rename "rdbg.trace.toggleTrace" to "rdbg.trace.toggle" by @ono-max in #177
  • Activate Ruby environment using version managers by @vinistock in #113
  • Wait for clearing the console of all text by @ono-max in #181
  • Check if rdbg command works in CI by @ono-max in #182
  • Introduce Rdbg Record Inspector by @ono-max in #174
  • Refactor sleepMs function by @ono-max in #160
  • Correct version number by @ono-max in #189
  • Fix UI test to make it stable by @ono-max in #198
  • Cut out debug configurations to a separate file by @ono-max in #204
  • Run the shell only when a version manager is not activated by @ono-max in #208
  • Apply prettier rules to settings.json by @ono-max in #205
  • Add format command for prettier by @ono-max in #206
  • Make the process of getting random port numbers atomic on Windows by @ono-max in #222
  • Integrate Trace Inspector and Record Inspector by @ono-max in #221
  • Make the process of getting random port numbers atomic in tests by @ono-max in #223
  • Add several features for trace inspector by @ono-max in #229
  • Disable trace inspector when the debug.gem is less than 1.8.0 correctly by @ono-max in #231
  • Support tooltip in record & replay by @ono-max in #232
  • Run shell command if shell exists in launchOnConsole by @ono-max in #196
  • Correct field name of the configuration in trace inspector by @ono-max in #237
  • Set the default value of trace inspector to true by @ono-max in #230
  • Publish all DAP messages to event emitter by @ono-max in #239
  • support to send config.rdbgInitialScripts by @ko1 in #244
  • Send the command to enable Trace Inspector as soon as possible by @ono-max in #247
  • Use short name in path for each tree item by @ono-max in #238
  • Set a full path of the file name if it is a relave path by @ono-max in #248
  • Change the label of c language call by @ono-max in #249

Package version updates

New Contributors

Full Changelog: v0.1.0...v0.2.0