Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
v0.0.225
- Add a "Copy Module Name" command to the context menu for Lean editor tabs (#717)
- Fix several bugs related to syntax highlighting markdown in comments (#711)
- Fix a bug in the InfoView where it constantly unnecessarily displayed a scroll bar (#721, author: @quartztz)
- Fix a bug in the unicode input web component (used in the LoogleView) where inputting
\to\towould only expand one of the abbreviations (#718) - Change the "Proceed" labels of some dialogs to "Proceed Regardless" to reduce confusion (#715)
- Remove two buggy alternative abbreviations:
\c[for⦃(default:\{{) and\c]for⦄(default:\}}) (#710) - Fix bug where abbreviations including backticks were not displayed correctly in hover tooltips (#709)
(Release created manually due to an issue with CI)
v0.0.224
v0.0.223
- Add support for nested Lean projects (#699)
- Support cancellation of RPC requests (#700, author: @Vtec234)
- Remove backtick name TextMate highlighting to fix false-positives (#692)
- Ensure that editor is focused after edit (e.g. in a hint) (#702)
- Change
\<nabbreviation to\notlt(#685, author: @kckennylau)
v0.0.222-pre
- Add support for nested Lean projects (#699)
- Remove backtick name TextMate highlighting to fix false-positives (#692)
- Change
\<nabbreviation to\notlt(#685, author: @kckennylau)
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)