v0.1.0
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.