2026-03-20
·
251 commits
to release
since this release
- Commit:
d14efce - Diff:
ea73622...d14efce - Installation:
julia -e 'using Pkg; Pkg.Apps.add(; url="https://github.com/aviatesk/JETLS.jl", rev="2026-03-20")'
Added
- Added process title setting so that
jetls serveprocesses are distinguishable inps/htopwhen multiple projects are open.
The title includes JETLS version, workspace path, transport mode, and client process ID.
Fixed
- Fixed false positive
lowering/unused-assignmentdiagnostic for variables reassigned insidewhileloops withbreak/continue.