Skip to content

Releases: dafny-lang/ide-vscode

Release v2.6.2

19 Jul 22:35
Compare
Choose a tag to compare
  • Update Dafny and language server to v3.7.3

Release v2.6.1

15 Jul 19:19
7000132
Compare
Choose a tag to compare
  • Fixed the compiler command line (#205)

Release v2.6.0

14 Jul 16:02
8323ba0
Compare
Choose a tag to compare
  • Update Dafny and language server to v3.7.2
  • Feat: Use nightly releases (#196)
  • Feat: Hide either "Show Counterexample" or "Hide Counterexample" from the menu, depending on the state (#191)
  • Fix: Multiline strings correctly highlighted (#202)
  • Fix: Highlighting of nested types (#199)
  • Fix: Missing images for the gutter (#200)
  • Fix: Better dotnet and brew install errors for Mac M1 (#186)
  • Fix: Better installation and java recognition for Mac M1 (#183)

Release v2.5.0

21 Jun 12:08
04b68ce
Compare
Choose a tag to compare
  • Update Dafny and language server to v3.7.0
  • Underline related errors in postconditions (#164)
  • Show verification status in the gutter (#147)
  • Make status bar clickable and open a Dafny command menu (#125)
  • Improved error messages
  • Various fixes

Release v2.4.0

24 May 14:11
Compare
Choose a tag to compare
  • Update Dafny and language server to v3.6.0
  • Fix issue related to Dafny installation on OSX M1 architectures
  • Fix not sending obsolete notification to user
  • Fix: Nested comments now displayed correctly
  • Feat: Verification gutter icons

Release v2.3.0

15 Mar 17:01
05b1822
Compare
Choose a tag to compare
  • Update Dafny and language server to v3.5.0
  • Fix bug causing the red error squiggles to disappear
  • Improved syntax highlighting

Release v2.2.0

11 Feb 17:15
82daa2b
Compare
Choose a tag to compare
  • Add option to specify the preferred dafny version for automatic installation
  • Treat empty compiler/language server paths as unconfigured (use automatic installation)
  • Accept .NET 6.0 as a supported platform
  • Show verification progress messages (if available)
  • Add option to configure Dafny's caching policy
  • Fix the text selection for highlighted ghost statements
  • Several improvements to the syntax highlighting

Release v2.1.1

23 Dec 09:02
Compare
Choose a tag to compare
  • Changed the marketplace publisher to dafny-lang
  • Now marking ghost statements by default (requires Dafny 3.4.0+)
  • Fixed issue when compiling untitled documents
  • Changed 'Compilation Succeeded' status message to 'Resolved (not verified)'

Release v2.1.0

23 Dec 09:02
Compare
Choose a tag to compare
  • Changed the marketplace publisher to dafny-lang
  • Now marking ghost statements by default (requires Dafny 3.4.0+)
  • Fixed issue when compiling untitled documents
  • Changed 'Compilation Succeeded' status message to 'Resolved (not verified)'

Release v2.0.2

22 Nov 08:34
d042748
Compare
Choose a tag to compare
  • Improved syntax highlighting of strings