Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

v0.23.0

Compare
Choose a tag to compare
@wingrunr21 wingrunr21 released this 11 Jun 12:18
06e46d4

Improvements:

  • Add node runtime support for the first step towards remote development #480
  • Update ruby-method-locate to v0.0.6. Resolves #444
  • Add --force-exclusion to reek options. #287

Bug Fixes:

  • Ignore linter output on stderr. Resolves #474
  • Standard should use --no-fix. Resolves #447
  • RuboCop except and only flags are for linters, not files. Resolves #459
  • Fix automatic Rake detection. #456
  • Don't register legacy formatter provider when language server is enabled
  • Update lodash to mitigate CVE-2018-16487
  • Update tree-sitter and tree-sitter-ruby for new node binary support
  • Update mocha and nyc to mitigate js-yaml vulnerability
  • Update prebuild and prebuild-install to migitate file overwrite vulnerability
  • Update vscode to mitigate gulp-untar vulnerability

Documentation:

  • Remove TODO section from table of contents #449
  • Update extension recommendations. #481
  • README update for viewing language server output. #471
  • Fix link in README for ruby debug IDE protocol #463