Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
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)
v0.0.215
- Fix a bug where the InfoView would sometimes display stale messages (#668)
- Add
\mashortcut for\mapsto(#667, author: @vasnesterov)