- Added Dafny 4.9.0
- Fix binary copying to temporary folder on custom path (#502)
- Add Dafny 4.8.1
- Extension is now published to OpenVSX registry as well
- Export ExtensionRuntime (or LanguageClient) for other extensions (#483)
- Add Dafny 4.8.0
- Dafny project file improvements (#475)
- No longer let the syntax definitions for
.dfy
files also be applied todfyconfig.toml
files - Activate extension when
.toml
file is opened, such as adfyconfig.toml
- Let the language client also operate on files ending in
dfyconfig.toml
- Update the description of
dafny.version
- Remove outdated descriptions of options in the README
- No longer let the syntax definitions for
- Add Dafny 4.7.0
- Add Dafny 4.6.0
- Add Dafny 4.5.0
- Warn users about libraries not being available inside the Dafny IDE (#454)
- Fix: Dafny plugins working again. (#453)
- Fix formatting issues accidentally introduced in PR #450 (#451)
- Fix plugin arguments to Dafny server (#450)
- fix: relax .NET runtime version check (#443)
- Add Dafny 4.3.0
- Update LSP client to 9.0.0 (#439) The main driver of this update is that it improves error handling
- Let the extension use the Dafny server to track changes in dfyconfig (#435)
- Fix the removal of verification tests (#436)
- Make status bar forward compatible with upcoming Dafny release (#432)
- Fix: support for spaces in paths (#431)
- Bump semver from 7.3.7 to 7.5.4 (#411)
- Always show all verifiable symbols in the test panels (#428)
- Prevent verification as tests UI from becoming unresponsive (#421)
- Add Dafny 4.2.0
- Update README.md (#407)
- Fix: Empty ghost diagnostics no longer ignored (#399)
- Chore: Support labels with primes and question marks (#398)
- Chore: Better description of automatic verification (#397)
- Fixes "this" highlight (#396)
- Support new IDE states, parsing and preparing verification (#392)
- Add Dafny 4.1.0
- chore: Empty releases (#387)
- Bump webpack from 5.73.0 to 5.76.0 (#376)
- Opaque now marked as keyword
./publish_process.js
now accepts to publish a new version even if there was no added commit to the extension (e.g. to support a new version of Dafny by default) (#365)
- Bumped default version of Dafny to 3.13.1
- Update the names of release packages to account for changes in Dafny 3.13 and later packaging (#361)
- fix: check commit msg's first line for lastPreparedTag (#356)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#351)
- Enable using Dafny 3.11.0
- Prepare migration to Dafny 4 (#347)
- Fix behavior of automatic core selection. (#336)
- Introduce a fix so setting verification cores to 0 (the default) doesn't stop verification (#332)
- Fix building from source (#327)
NOTE: the Dafny preferences for which Dafny version to use, which custom Dafny executables to use, and which custom arguments to use have been reset. Please check your preferences to see if these are correct.
- The Dafny language server accepts many of the same options as the Dafny CLI, such as --warn-shadowing and --enforce-determinism, allowing users to get the same resolution and verification diagnostics in the IDE as on the CLI.
- The extension can be configured with a custom Dafny CLI, which it will use to start a Dafny language server, ensuring consistency between the custom CLI and the extension.
- For Mac users with an ARM64 processor, Dafny will no longer install Dafny from source for Dafny versions starting with 3.10.0, but instead download a prebuilt binary.
- The extension may attempt to build Dafny from source for platforms and architectures for which no prebuilt binary exists.
- Building from source is possible when attempting to use the latest nightly version.
- Ghost highlighting is re-rendered now on every change to prevent non-ghost code from being displayed as ghost. (#304)
- Ghost code more like comments (#301)
- If the plugin is configured to depend on a locally compiled DafnyLanguageServer.dll, ensures that all DLLs are copied in a local directory before being accessed by vscode, so that the original DLLs can be overwritten even if VSCode is running (#297) (#298)
- fix:
dafny.dotnetExecutablePath
works to install custom source (#287)
- Fix: Make brew update optional (#284)
- Updating LanguageServerConstants.LatestVersion value to the latest version number 3.9.0. (#280)
- Fix: Number followed by
<
incorrectly highlighted as a generic (#270)
- Ability to select previously published patch versions of Dafny.
- Enable status bar also when verification as tests is turned off (#261)
- Use Dafny v3.8.1 which contains critical language server fixes
- Fix disappearing resolution errors with verification tests. (#260)
- Update Dafny and language server to v3.8.0
- Feat: Enable displaying verification as tests when using the latest Dafny version
- Fix a bug in Windows where the gutter's skipped lines are wrong. (#255)
- Do not show status updates for non-active documents (#254)
- Do not show verified status message when no solvers are free (#253)
- Prevent overlap of play and gutter icons on parent nodes (#252)
- Correctly handle a difference between verifiable and document symbols (#249)
- Adding brew update as part of the manual source installation (#250)
- Ensure gutter icons show up in the correct locations (#241)
- New: Add verification management UI (#229)
- Syntax highlighting after "var" fixed (#231)
- Release script (#228)
- Fix the restart server command (#232)
- Set a default time limit of 20 seconds to avoid long freezes (#225)
- Fixed typo (#216)
- Added variable declaration to avoid mixing a function call with a type declaration. (#222)
- Fixed the CI (#223)
- Update Dafny and language server to v3.7.3
- Fixed the compiler command line (#205)
- 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)
- 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
- 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
- Update Dafny and language server to v3.5.0
- Fix bug causing the red error squiggles to disappear
- Improved syntax highlighting
- 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
- 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)'
- Improved syntax highlighting of strings
- Fixed VSCode compatibility (Promise.any is not a function error)
- Revised the code base
- Setting a custom Dafny installation now disables automatic updates
- Now showing the Dafny installation progress in the terminal
- Improved syntax highlighting
- Added option to set a time limit for the automatic verification
- Added option to set the number of virtual cores to use for automatic verification
- Updated Dafny and language server to v3.3.0
- Group verification errors and their related locations by using the "Related Information" UI for diagnostics.
- Now showing parser and resolver errors in the status bar.
- Updated Dafny and language server to v3.2.0
- Updated keywords
- Made the terminal command prefix configurable.
- Added verification activity indicator to the status bar.
- Updated Dafny and language server to v3.1.0
- Updated the required .NET runtime to ASP.NET Core 5.0.
- Updated the language server to v3.0.0.
- Added configuration for the automatic verification.
- Dropped the Preview notes
- Updated the language server to v2.3.0 (Dafny 3.0.0 PreRelease2).
- Removed the server starting/started notification messages.
- Fixed the compile command invocation for ubuntu and osx installations.
- Re-added the possibility to show counter examples.
- Re-added the compiler related commands.
- Updated the language server to v2.2.0.
- Replaced the language server runtime with .NET Core.
- Added automatic installation of the language server for OSX and Linux.
- Updated the language server.
- Replaced the backing Dafny language server
- Added configuration options to specify the launch arguments of the language server
- Replaced the backing Dafny language server
- Added configuration options to specify the launch arguments of the language server
- Addes support for the Dafny language server version 1.2.3
- Code refactorings and README updated.
- The Dafny language server is automatically downloaded from the client.
- Clean up Release Information
- Test-Release for CI
- Use new Language Server integrated with Dafny
- Improve highlighting for current dafny version (#56)
- Upgrade
https-proxy-agent
andlodash
to fix security vulnerabilies
- Correct Dafny Github repository name (#49)
- Change typescript target from es6 to es2017
- Upgrade
js-yaml
to 3.13.1 to fix security vunerability - Upgrade Dafny in tests to 2.3.0
- Rename configuration option
monoPath
tomonoExecutable
(#40) - Update deprecated API calls (#39)
- Remove deprecated Flow Graph Visualization
- Update minimal VSCode version to 1.25.1
- Update dependencies
- Extension code clean up
- Allow customizing the arguments passed to the verify backend (#42).
- Update insecure dependencies
- Change extension key from FunctionalCorrectness to correctnessLab.
- Fix tslint errors (#38).
- Rebranding and small readme fixes.
- Add workaround for dafny counterExample bug (#23).
- Clearify mono installation message on macOS.
- Fix incomplete copyright notice and improve contributors section in readme (#37).
- Fix installation of Dafny on some constellations on Windows (#7).
- Check for a recent mono version on launch.
- Fixed the CodeLens references counter (Thanks @GoryMoon!)
- Dependencies were upgraded to prevent several vulnerabilities.
- The Dafny base path can now alternatively be set via the environment variable DAFNY_PATH.
- Dependencies were upgraded to prevent several vulnerabilities.
Use Dafny releases from Microsoft/dafny. Miscellaneous bug fixes.
BugFix: Decrease guard
BugFix: Rename method
Warning if no workspace is used Changelog
BugFix Ubuntu
Added Context Menu Commands
Manually show counterexample, flow graph
Display counter example for failing proof. Switched to typescript implementation to download dependencies. Lots of bugfixes
Switched to Language Server. IntelliSense for classes, compile and execute Dafny program in VSCode. QuickFix for decrease, increase and object may be null.
CodeLens showing method references, Go to Definition, version checking for newer Dafny release.
DafnyDef allows to get SymbolInformation from DafnyServer, which will allow in the future to implement Refactorings. Go to Definition is already implemented.
Fallback to wget, if curl is not found.
Automatic validation as you type.
Smaller bugfixes.
Automatic download and installation task on osx and ubuntu dafny.installDafny
. Also added uninstaller dafny.uninstallDafny
.
Uninstall task of dafny on windows.
Automatic download and installation task on windows.
Full refactoring of the plugin. issues/3 from ferry~ fixed.
Refactored/tweaked UI code, Added dafny.restartDafnyServer
("Restart Dafny Server") command.
Added syntax highlighting, tested on Ubuntu and OSX.
Getting mono
from PATH when monoPath
isn't set.
Fixed readme and license, added use animation.
Initial release, some half baked features turned off.