Releases: JakuJ/rsl-language-server
Releases · JakuJ/rsl-language-server
v0.1.2.1
v0.1.2.0
v0.1.1.2
v0.1.1.0
Changes:
- Added a command line flag (
-c
/--compile
) which enables on-save recompilation withrsltc -m
.
This feature is enabled by default in the RAISE VS Code extension. It is configurable with the "RAISE: Compiler Diagnostics" toggle in the configuration.
- Added a
--help
/-h
command line argument which displays a help message.
Notes:
- Diagnostics generated by the type checker (
rsltc
) are considered errors. - Diagnostics generated by the SML compiler (
rsltc -m
) are considered warnings. - Enabling the flag will cause the server to recompile the
.sml
files each time it receives atextDocument/didSave
notification from an editor.