DafnyVSCode / Dafny-VSCode

Dafny 2 for Visual Studio Code (Legacy)
https://marketplace.visualstudio.com/items?itemName=correctnessLab.dafny-vscode-legacy
MIT License
18 stars 12 forks source link

Handle bv* and array* types, add `expect` keyword #56

Closed robin-aws closed 4 years ago

robin-aws commented 4 years ago

expect was added to Dafny recently: https://github.com/dafny-lang/dafny/pull/550

fabianhauser commented 4 years ago

Thanks @robin-aws, I just released the plugin version 0.17.2 which containts the change.