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

Releases: rubyide/vscode-ruby

v0.21.1

13 Feb 02:57
69191bd
Compare
Choose a tag to compare

Bug Fixes:

  • Upgrade tree-sitter and tree-sitter-ruby to versions compatible with Node ABI v64

Improvements:

v0.21.0

13 Feb 02:57
451fdb0
Compare
Choose a tag to compare

v0.20.0

07 Aug 12:34
cb1b0aa
Compare
Choose a tag to compare

First release with the proof of concept internal language server

Notable Changes:

Bug Fixes:

Enhanced Documentation:

0.19.0

20 Jun 12:17
6179c3e
Compare
Choose a tag to compare

0.18.0

Syntax Highlighting!

04 Mar 21:20
Compare
Choose a tag to compare

A release driven by Stafford Brunk and community, thanks all for your contribution.

Notable changes:

0.16.0

25 Jan 16:52
Compare
Choose a tag to compare

It has been half a year since our last release but even though rebornix is away from this extension most of time, the community is helping it improve and pushing it to its limit. Special thanks to Stafford Brunk
who reached out to me and tried to review issues and PRs. And of course, thanks to all contributors and users.

Notable changes:

0.14.0 Refactor

12 Aug 04:41
Compare
Choose a tag to compare

We did a huge code refactoring with the code base in this milestone. The project consists of two parts, debugger and language features. The former was written in TypeScript from the very begining while the latter was originally written in JavaScript. To make it easier to maintain and contribute, we now port the code base to TypeScript. There are still several files in JavaScript and we will transform step by step.

Notable changes:

  • Ruby (ruby -wc) linter honors ruby intepreter path config.
  • Update vscode engine to ^1.12.0, users will not get update if they are using VSCode older than that.
  • Load ruby related system environment when extension gets activated. Launch VSCode from Dock will work the same as from command line.

0.13.0 Another Community Release

Community Release

21 Apr 21:36
Compare
Choose a tag to compare

It has been quite a while since our latest release but we are back with Conditional Breakpoint, Multiple Ruby processes debugging and more!

This version was entirely done by the community, many thanks to ukblewis, gshaw, seraku24, danielgracia, ypresto, jtokoph, Darep.

Notable changes: