Skip to content

Releases: rzk-lang/vscode-rzk

v0.4.5

08 Dec 17:18
54a8766
Compare
Choose a tag to compare

Added some sensible default settings for Rzk files formatting and a message upon formatting for the first time (#66)

v0.4.4

07 Dec 06:09
1486c24
Compare
Choose a tag to compare

Fixed a regression that caused first-time installations of Rzk to fail

v0.4.3

02 Nov 14:28
bb3b0f7
Compare
Choose a tag to compare

Added

  • Check for updates to Rzk periodically (hourly for now) instead of just on launch (#53).

Fixed

  • Fix the word pattern once more to detect Rzk identifiers properly without interfering with the latex-input extension (#61).
  • Fix updating Rzk installation on Ubuntu (#63)

v0.4.2

28 Sep 12:25
f65d462
Compare
Choose a tag to compare
  • Fix the word pattern to allow triggering latex-input extension on \ (see #51)

v0.4.1

27 Sep 16:13
1078811
Compare
Choose a tag to compare

Added

  • The extension now provides the option to build rzk via stack or cabal (see #44)

Changed

  • Updated extension name and description to reflect the newly added features (with LSP) (see #43)

Fixed

  • Defined wordPattern to help VS Code recognize how an identifier looks like in Rzk. This should fix IntelliSense completion for identifiers with non-alpha characters (see #49)

v0.3.7

10 Jul 20:32
5e74f87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.5

09 Jul 18:57
bb2abcb
Compare
Choose a tag to compare

What's Changed

  • Add a bundler to prevent shipping node_modules folder by @aabounegm in #33

Full Changelog: v0.3.4...v0.3.5

v0.3.2

05 Jul 19:25
c804706
Compare
Choose a tag to compare

What's Changed

  1. Prompt installing/updating rzk binary from GitHub Releases! (#24)
  2. Add configuration option to specify preferred path to rzk (use the one found in PATH by default). (#24)
  3. Update highlighting via TextMate for some Unicode syntax introduced in rzk-0.5.2.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Jun 14:03
1954271
Compare
Choose a tag to compare

What's Changed

  • Add a configuration option for the executable path by @aabounegm in #22
  • Add an Action to verify that everything compiles by @aabounegm in #23

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Jun 13:48
1bcc403
Compare
Choose a tag to compare

What's Changed

This version introduces improvements to the highlighting:

  1. Add semantic highlighting via rzk tokenize feature in rzk (v0.5 and higher, see rzk-lang/rzk#53) (see #15);
  2. Fix a few issues with TextMate highlighting (see #14)

Full Changelog: v0.2.6...v0.3.0

Contributors: @fredrik-bakke @aabounegm