Releases: leanprover/vscode-lean4
Releases · leanprover/vscode-lean4
v0.0.235-pre
- Add three new abbreviation-related commands that have the goal of making it easier to insert Unicode symbols into non-editor dialogs and to make abbreviations more discoverable (#762):
- 'Find Unicode Symbol...': Displays a picker dialog that allows searching for Unicode symbols either by abbreviation or by symbol. Selecting an entry then provides an option to either copy the symbol or to insert it into the currently active text editor. Displayed in the forall menu.
- 'Copy Unicode Symbol...': Like 'Find Unicode Symbol', but selecting a symbol from the dialog immediately copies it instead of opening another dialog to choose whether the symbol should be inserted or copied. Bound to Ctrl+Alt+\ when no text editor is focused.
- 'Insert Unicode Symbol...': Like 'Find Unicode Symbol', but selecting a symbol from the dialog immediately inserts it instead of opening another dialog to choose whether the symbol should be inserted or copied. Bound to Ctrl+Alt+\ when a text editor is focused.
- Implement client-side support for planned incremental diagnostic support in the language server (#752)
- Replace the Lean file icon with the forall icon (#767)
- Remove three abbreviations that produce unicode symbols that Mathlib lints against (#764)
v0.0.234
- Split the 'Fetch Mathlib Build Cache For Current Imports' command into three (#757)
- Ensure that 'Fetch Mathlib Build Cache For ...' commands can be used downstream of Mathlib (#757)
- Add file icons for
.leanfiles (#749, #753) - Ensure that redundant redundant interactive requests are canceled (#746, author: @Vtec234)
- Fix a bug where some commands would sometimes try to execute in the wrong project (#750)
- Fix a potential bug where closing the InfoView could yield an 'undefined' error (#756)
- Improve progress bar messages when downloading a project (#748)
v0.0.233-pre
v0.0.232-pre
- Fix a potential bug where closing the InfoView could yield an 'undefined' error (#756)
v0.0.231-pre
- Swap light and dark Lean language file icons (#753)
v0.0.230-pre
v0.0.229
v0.0.228-pre
- Ensure that Git is correctly added to process PATH during installation on systems where
wingetinstalls it to%LocalAppData%(#744)
v0.0.227-pre
- Make Git installation on Windows via
wingetmore robust against SSL tampering (#743)
v0.0.226
- Fix bug where the use of the
leanlanguage ID (instead oflean4) would cause the extension to not properly launch a language server for that file (#738) - Add support for relative paths in
lean4.envPathExtensionssetting that are resolved relative to the set of workspace folders (#739) - Reduce likelihood of RPC references clashing with real field names (#719, author: @Vtec234)
- Fix a bug in the LoogleView where entering
<would break the input (#735)