Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
v0.0.136
- Add support for
lakefile.toml
(added in leanprover/lean4#3298) (#420) - Replace stale dependency notifications with a simple "Restart File" button in the InfoView (#419)
v0.0.135
v0.0.134
v0.0.133
- Add notifications for stale dependency warnings in preparation for leanprover/lean4#3247 (#393)
v0.0.132
v0.0.131
v0.0.130
- Add language configuration support for more brackets used in Lean code (#330) (Author: @thorimur)
- Add syntactic syntax highlighting for string interpolation (#404) (Author: @Trebor-Huang)
- Automatically indent after case focus syntax (
.
/·
) (#328) (Author: @thorimur) - Automatically close unicode angle brackets (#405)
- Add an initial commit to the GitHub repository when creating it using the VS Code extension (#406)
v0.0.129
- Add abbreviations
\|->
for↦
and\|=>
for⇰
v0.0.128
- Export
LocationContext
from@leanprover/infoview
for use in widget code