This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
0.14.0 Refactor
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.