All notable changes to the idris2-lsp extension will be documented in this file.
- Introduce Idris: Evaluation selection command bound to
CTRL+SHIFT+ALT+ENTER
- Avoid losing messages after stdout sanitization.
- Log discarded server output to the Idris 2 LSP Server channel for easier debugging.
- Avoid losing messages due to stdout sanitization.
- Fix
exit
message sochez
will actually quit.
- Activate extension on literal Idris files
- Support literal Idris files (
*.lidr
)
- Minor change
- Don't keep
chez
executable running after quitting.
- Make extension compatible with vscode
1.36.1
- Sanitize
idris2-lsp
stdout output
- Initial release