Skip to content

Releases: leanprover/vscode-lean4

v0.0.161

18 Jun 09:40
Compare
Choose a tag to compare

v0.0.160

13 Jun 08:48
Compare
Choose a tag to compare
  • Add support for new Lake manifest version format (#467)

v0.0.159

06 Jun 08:48
Compare
Choose a tag to compare
  • Fix a bug where the VS Code extension would send didClose notifications for documents that it never issued didOpen for (#465)
  • Fix a bug where the VS Code extension would tell the language server to start re-building dependencies after opening the file (#466)

v0.0.158-pre

05 Jun 14:19
Compare
Choose a tag to compare
v0.0.158-pre Pre-release
Pre-release
  • Attempt fixing a bug where the VS Code extension would send didClose notifications for documents that it never issued didOpen for (#465)

v0.0.157

05 Jun 07:49
Compare
Choose a tag to compare
  • Revert support for widget messages due to #461.

v0.0.156

04 Jun 13:01
Compare
Choose a tag to compare
  • Add support for widget messages (#449, author: @Vtec234)
  • Fix outline being broken right after opening a document (#460)

v0.0.155

27 May 11:25
Compare
Choose a tag to compare
  • Better setup diagnostics (#436, #443, #448):
    • Warnings and errors for issues with the user's Lean 4 setup (warnings can be disabled with the lean4.showSetupWarnings option)
    • 'Troubleshooting: Show Setup Information' command to dump information about the user's Lean 4 setup
    • Removal of the following config options: lean4.toolchainPath, lean4.lakePath, lean4.enableLake, lean4.serverEnv, lean4.serverEnvPaths
    • New config option lean4.envPathExtensions to replace these settings
    • Removal of pre-lake serve compatibility
  • Add setup diagnostics for project initialization commands (#450)
  • Add an extensive manual for the VS Code extension and how it interacts with Lean (#453, #454, #456)
  • Improve granularity of Lean 4 core folder detection (#446, author: @eric-wieser)
  • Adds a \span abbreviation for (#447, author: @arienmalec)

v0.0.154-pre

24 May 17:27
Compare
Choose a tag to compare
v0.0.154-pre Pre-release
Pre-release
  • Fix the manual not opening because the manual folder wasn't shipped with the extension (#456)

v0.0.153-pre

24 May 15:23
Compare
Choose a tag to compare
v0.0.153-pre Pre-release
Pre-release
  • Fix a bug that broke the 'Show All Abbreviations' view (#454)
  • Make it possible to view the manual on GitHub (#454)
  • Make minor text adjustments to the manual (#454)

v0.0.152-pre

23 May 16:49
Compare
Choose a tag to compare
v0.0.152-pre Pre-release
Pre-release
  • Add an extensive manual for the VS Code extension and how it interacts with Lean (#453)