Skip to content

Commit

Permalink
Merge pull request #21 from Release-Candidate/error_display_on_scheme…
Browse files Browse the repository at this point in the history
…_exe_not_working

Fix #20
  • Loading branch information
Release-Candidate authored Jul 10, 2024
2 parents b261467 + b957469 commit 3341924
Show file tree
Hide file tree
Showing 7 changed files with 6,607 additions and 6,074 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Chez Scheme REPL for Visual Studio Code Changelog

## Version 0.7.0 (2024-07-10)

### Bugfixes

Special thanks to [migraine-user](https://github.com/migraine-user) for helping to fix these, it would not have been possible to fix them by myself.

- Check if the configured Scheme executable is working: [#20](https://github.com/Release-Candidate/vscode-scheme-repl/issues/20). If not, display an error popup.
- Save the current Scheme file before evaluating if it doesn't exist yet: [#20](https://github.com/Release-Candidate/vscode-scheme-repl/issues/20).

### Internal Changes

- Update dependencies to new versions

## Version 0.6.0 (2024-05-04)

Add support for Chez Scheme 10.
Expand Down
Loading

0 comments on commit 3341924

Please sign in to comment.