Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.12 KB

File metadata and controls

26 lines (14 loc) · 1.12 KB

Scala-CLI runners status (#1221)

Scala-CLI runners now report their status alongside SBT runners, with real-time execution indicators and a task queue visible to all users.

Faster Scala-CLI execution (#1258)

Scala-CLI runner now skips unnecessary reloads when directives haven't changed between runs, significantly reducing code execution time.

Multi-line error diagnostics (#1227)

Error diagnostics now support multi-line spans, allowing the editor to accurately highlight errors that cover more than one line.


Improvements

  • Enable capture checking syntax support in worksheet mode (#1268)

Bug Fixes

  • Fix autocompletion condition bug (#1257)
  • Fix worksheet mode propagation in Scala-CLI runner (#1269)

Version Bumps