Skip to content

Releases: leanprover/vscode-lean4

v0.0.136

27 Mar 16:51
Compare
Choose a tag to compare
  • 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

20 Mar 09:55
Compare
Choose a tag to compare
  • Update all dependencies of the extension (#414)
  • Remove _ from surrounding brackets (#415) (Author: @digama0)
  • Remove auto-closing unicode brackets again (#417)
  • Add abbreviation hover for auto-closing unicode brackets (#418)

v0.0.134

19 Mar 09:28
Compare
Choose a tag to compare
  • Fix a bug introduced by #407 that would result in the "Create project" dialogs not working anymore

v0.0.133

18 Mar 12:15
Compare
Choose a tag to compare

v0.0.132

18 Mar 10:11
Compare
Choose a tag to compare
  • Adjust abbreviations \<, \f<, \f<< and \[- to also insert a corresponding closing bracket (#411)

v0.0.131

18 Mar 09:20
Compare
Choose a tag to compare
  • Improve error messages when trying to set up a project without Lean or Git (#407)
  • Revert auto-closing angle brackets because this was causing conflicts with other abbreviations (#410)

v0.0.130

14 Mar 09:01
Compare
Choose a tag to compare
  • 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

26 Feb 12:32
Compare
Choose a tag to compare
  • Add abbreviations \|-> for and \|=> for

v0.0.128

17 Feb 19:40
v0.0.128
9434a06
Compare
Choose a tag to compare
  • Export LocationContext from @leanprover/infoview for use in widget code

v0.0.127

31 Jan 09:52
Compare
Choose a tag to compare
  • Mitigate a bug where completing an abbreviation would consistently move the cursor to the wrong position when the VSCodeVim extension was also installed (#391)

This change was already contained in 0.0.126, which could not be released to open-vsx due to a service issue on their end.