Releases: BetterThanTomorrow/calva
Releases · BetterThanTomorrow/calva
v2.0.60
v2.0.59
v2.0.58
v2.0.57
v2.0.56
- Add setting for wether to open REPL Window on connect or not
- Re-open REPL windows where they were last closed
- Lexer performance considerably improved. Fixes this and this
- REPL colours and logo a bit toned down
- Removed
useWSL
configuration option because the the use of Calva is fully supported through the Remote - WSL extension.
v2.0.55
- Add commands for interrupting the current evaluation as well as all running evaluations
- Calva asks for user input when
stdin
needs it (e.g.read-line
) - Command for clearing the REPL history reworked and now also ”restarts” the REPL window.
- Commands are now added to REPL window history only if they are not identical to the previous command on the history stack.
- Fix floating promises in evelauation module
- REPL Window Evaluation errors now initially hide the stack trace. The user can show it with a click.
v2.0.54
v2.0.53
- Fix hang when user input is requested
- Upgrade to
cider-nrepl 0.22.4
v2.0.52
v2.0.51
- Toggle the "Use WSL" setting requires extension restart to effect definition provider
- Go to Definition and Peek Definition not working on Windows 10 when using WSL
- Hightlight extension settings are uninitialized if no closure editor active on activation
- Overly aggressive paredit in REPL window
- REPL window use it own set of paredit hotkeys and these are not configurable
- Completion in REPL window should work like in the editor