Skip to content

v0.1.0

Compare
Choose a tag to compare
@pherrymason pherrymason released this 17 Aug 15:50
· 99 commits to main since this release

Improvements:

  • C3 language keywords are now suggested in TextDocumentCompletion operation. Thanks @nikpivkin for suggestion.

Fixes:

  • Server crashing when writing a dot inside a string literal. #44 Thanks @nikpivkin for reporting.
  • Server crashing when creating a new new untitled c3 file from VS Code without workspaces. Thanks @nikpivkin for fixing.
  • Server crashing when not finding symbol. Thanks @tclesius for reporting.