Skip to content

Releases: chr1st0scli/rainlisp-vscode

v0.3.0

06 Jul 10:49
79a9ae3
Compare
Choose a tag to compare

[0.3.0] - 2024-07-06

Added

  • Support for new parse-number-culture primitive procedure.

v0.2.0

04 Feb 10:02
1d9dd99
Compare
Choose a tag to compare

[0.2.0] - 2024-02-04

Added

  • Support for new ceiling and floor primitive procedures.

v0.1.1

20 Jul 09:25
Compare
Choose a tag to compare

[0.1.1] - 2023-07-20

Changed

  • Documentation.

v0.1.0

11 Jul 11:43
Compare
Choose a tag to compare

[0.1.0] - 2023-07-11

Added

  • Code completion.
  • Information on mouse hover.
  • Procedure signature help.

Fixed

  • Syntax highlighting works even if user chooses to use a theme different than RainLisp.

v0.0.2

24 Jun 06:59
ba53e61
Compare
Choose a tag to compare

[0.0.2] - 2023-06-19

Fixed

  • RainLisp Theme is now based on VSCode dark theme, so that it does not cancel out the default theme options for other languages.

Changed

  • The default evaluation key binding changes from Ctrl + F5 to Ctrl + F12, so that the default VSCode Run Without Debugging key binding is respected.