Skip to content

v0.11.0

Compare
Choose a tag to compare
@KevinEady KevinEady released this 21 Jan 02:48
· 17 commits to master since this release
c1d7b48

This release adds a new extension configuration "Continue Analysis on Error". This change allows the extension to continue semantic analysis if there is a parse error, which will provide better language features when the script is non-parseable (eg. actively typing text). For example:

  • No need to have a trailing semi-colon in order to get proper completion items
  • Parameters are properly shown during typing for signature help.

continue-on-error

This feature is experimental, but enabled by default. Using this feature may cause unexpected crashes. If extension fails, please report an issue and disable this feature.

Additionally, this release adds support for new tokens added in Escript v1.17 (true, false, uninit).

What's Changed

Full Changelog: v0.10.0...v0.11.0