Skip to content

1.0.4

Compare
Choose a tag to compare
@chrehall68 chrehall68 released this 20 Nov 03:19
· 12 commits to main since this release
c731d54

This release fixes the following bugs:

  • task and endtask weren't recognized as keywords
  • nested assigns were flagged as errors
  • vector arrays were flagged as errors
  • interior of always, case, etc weren't being variable-checked

It also introduces a change in the way the extension gets the language server binary. Instead of fetching it from a GitHub release, now the language server binary is bundled into the extension, leading to smoother installs.