Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 11:37
· 13 commits to main since this release
c6308b5

Version 0.7.0 (2024-07-12)

New command Chez Scheme REPL: Remove all evaluated values from the view., chezScheme.removeEvalVals to remove all evaluated values from the current view.

Add syntax highlighting for the new functions and parameters of Chez 10.0 to the grammar.

Bugfixes

Special thanks to migraine-user for helping to fix these, it would not have been possible to fix them by myself.

  • Do not show more than one evaluated value for the same line: #23
  • Remove all evaluation results from the view if the text has been changed:#23
  • Check if the configured Scheme executable is working: #20. If not, display an error popup.
  • Save the current Scheme file before evaluating if it doesn't exist yet: #20.

Internal Changes

  • Update dependencies to new versions