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

Releases: rubyide/vscode-ruby

v0.21.1

Choose a tag to compare

@wingrunr21 wingrunr21 released this 13 Feb 02:57
69191bd

Bug Fixes:

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

Improvements:

v0.21.0

Choose a tag to compare

@wingrunr21 wingrunr21 released this 13 Feb 02:57
451fdb0

v0.20.0

Choose a tag to compare

@wingrunr21 wingrunr21 released this 07 Aug 12:34
cb1b0aa

First release with the proof of concept internal language server

Notable Changes:

Bug Fixes:

Enhanced Documentation:

0.19.0

Choose a tag to compare

@wingrunr21 wingrunr21 released this 20 Jun 12:17
6179c3e

0.18.0

Syntax Highlighting!

Choose a tag to compare

@rebornix rebornix released this 04 Mar 21:20

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

Notable changes:

0.16.0

Choose a tag to compare

@rebornix rebornix released this 25 Jan 16:52

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

Choose a tag to compare

@rebornix rebornix released this 12 Aug 04:41

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

Choose a tag to compare

@rebornix rebornix released this 07 Aug 16:13

Community Release

Choose a tag to compare

@rebornix rebornix released this 21 Apr 21:36

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: