Skip to content

Releases: Release-Candidate/vscode-scheme-repl

Version 0.7.4

27 Aug 09:29
1bac1a8
Compare
Choose a tag to compare

Version 0.7.4 (2024-08-27)

  • Make the file icon SVG use a path instead of a font, so it renders correctly when the font is missing.

Special thanks to monospod:

Bugfixes

  • Fix scheme executable path in Powershell on Windows. Quote the scheme executable path only if it contains whitespace. Always use cmd.exe to start the pane REPL on Windows.

Internal Changes

  • Update dependencies to new versions.

Version 0.7.3

05 Aug 21:00
13506b6
Compare
Choose a tag to compare

Version 0.7.3 (2024-08-05)

Special thanks to tracker1398:

Bugfixes

  • handle spaces in the Scheme executable path.

Version 0.7.2

15 Jul 18:24
9791632
Compare
Choose a tag to compare

Version 0.7.2 (2024-07-15)

Special thanks to migraine-user for helping with these:

Bugfixes

  • Do not check for unsaved changes for auto-completions, only when explicitly evaluating expressions.

Version 0.7.1

13 Jul 09:25
c09d540
Compare
Choose a tag to compare

Version 0.7.1 (2024-07-13)

Special thanks to migraine-user for helping with these:

Add a popup warning if the file has unsaved changes before inline evaluating some expression.

Bugfixes

  • Fix the S-expression parser's handling of escaped quotes in strings

Version 0.7.0

12 Jul 11:37
c6308b5
Compare
Choose a tag to compare

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

Version 0.6.0

04 May 09:40
90ace35
Compare
Choose a tag to compare

Version 0.6.0 (2024-05-04)

Add support for Chez Scheme 10.

Internal Changes

  • Change package manager from yarn to npm.
  • Update dependencies to new versions.

Version 0.5.0

13 Sep 12:44
5898cd3
Compare
Choose a tag to compare

Version 0.5.0 (2023-09-13)

Add support for syntax highlighting in Markdown code fences using the scheme language id.

Internal Changes

  • Update dependencies to new versions

Version 0.4.2

22 Jul 07:46
5d52dc9
Compare
Choose a tag to compare

Version 0.4.2 (2023-07-22)

Version bump for the Open VSX registry only, a bug in the registry broke the publishing of updates.
See EclipseFdn/open-vsx.org#2000

Version 0.4.1

17 Jul 13:53
9c3a39d
Compare
Choose a tag to compare

Version 0.4.1 (2023-07-17)

Bugfixes

  • Make the package smaller by not including GIFs.

Internal Changes

  • Update dependencies to new versions and make Yarn compatible to version 3

Version 0.4.0

26 Jun 17:14
1416c97
Compare
Choose a tag to compare

Version 0.4.0 (2023-06-26)

  • Make the delay between starting the terminal for the interactive REPL and sending data to this terminal configurable. Configuration value chezScheme.replDelay. See #5.
  • If the extension's configuration has changed, pop up a window asking the user to reload the extension to activate the changes.