Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
v0.0.221
v0.0.220
v0.0.219
v0.0.218
v0.0.217-pre
- Update the TextMate grammar with new keywords and fix some highlighting bugs (#682)
v0.0.216
- Distinguish message tally in InfoView by severity (#673)
- Change
\nabbreviation to expand as\n,\!to expand as¬and\r!to expand as¡(#671) - Add abbreviations
\rwfor▸and\coefor↑ - Add context-menu actions for searching traces in the InfoView (#675)
- Fix a bug where attempting to re-install Elan while running a Lean language server on Windows would produce an error (#678)
- Fix a bug where the InfoView would sometimes display intermittent 'content modified' errors (#679, author: @brandondong)
- Fix a bug where right clicking would override the selected text in the InfoView (#653)
- Fix a bug where some commands would produce a "no active Lean tab" error when starting VS Code (#674)
- Add a confirmation dialog when using "Rename symbol" and it renames identifiers in 2 or more files (#673)
v0.0.215
- Fix a bug where the InfoView would sometimes display stale messages (#668)
- Add
\mashortcut for\mapsto(#667, author: @vasnesterov)
v0.0.214
v0.0.213
v0.0.212
- Add new installation mechanism that installs Git and curl automatically (#641, #648)
- Add language server support for lakefile.toml by depending on Even Better TOML (#646)
- Add a new sort order for 'All messages' in the InfoView (#645, #647)
- Re-add copy-state and copy-message functionality to the InfoView context menu (#644)
- Increase auto-completion delay (#654)
- Fix 'Stop Server' command (#642)
- Ensure that all update options are provided in the 'Update Dependency' command (#638)
- Bump recommended Elan version to 4.0.0 (#640)
- Ensure that Lean extension activates when any file in a Lean project is opened (#637)
- Alias
\dotand\cdotto\centerdot(#639) - Add abbreviations for macrons (#633, author: @Komyyy)
- Add two-sided abbreviation for norms (#634, author: @Julian)
- Add abbreviation for
HEq(#632, author: @Rob23oba) - Fix a bug where the extension would issue 'Restart Server' notifications even when a config file was merely touched, not actually modified (#651)