Releases: kind2-mc/vscode-kind2
Releases · kind2-mc/vscode-kind2
Kind 2 VS Code Extension 0.11.1
- Update the Simulator interface:
- Change the default number of columns
- Decrease the font size of node names
Kind 2 VS Code Extension 0.11.0
- Update Kind 2 to version 2.2.0 and Z3 to version 4.13.0
- Add support for the linux-arm64 platform
- Add syntax highlighting for refinement types
- Add support for realizability checks
- Filter out candidate properties from the final result
- Fix the display of some icons
Kind 2 VS Code Extension 0.10.0
Update Kind 2 binary to version 2.1.1
Kind 2 VS Code Extension 0.9.0
- Update Kind 2 to version 2.1.0 and Z3 to version 4.12.4
- Update syntax highlighting:
- Add
param
andassuming
keywords - Replace
choose
keyword withany
- Add
- Update node packages
Kind 2 VS Code Extension 0.8.2
- Update kind2-language-server to v0.1.6 (includes fix)
Kind 2 VS Code Extension 0.8.1
- Include kind2-language-server (missing in v0.8.0)
Kind 2 VS Code Extension 0.8.0
- Update Kind 2 to version 2.0.0.
- Update syntax highlighting for subrange types with an open end
- Add SMTInterpol as backend SMT solver
- Add new IC3IA engine module
- Add
check_reach
andcheck_nonvacuity
options - Add option to set SMT QE Solver
- Add option to set SMT ITP Solver
- Add
ic3ia_max
option - Remove
dump_cex
option
Kind 2 VS Code Extension 0.7.0
- Update Z3 to version 4.12.1 and Kind 2 to version 1.9.0.
- Update syntax highlighting: elsif, provided, choose.
- Update button for counterexamples.
- Remove protractor dependency from interpreter
- Update all node packages of interpreter to latest compatible version
- Replace TSLint with ESLint in interpreter.
Kind 2 VS Code Extension 0.6.2
- Force publication of universal version before platform-specific versions. Otherwise
vsce
fails publishing universal version.
Kind 2 VS Code Extension 0.6.1
- Build static Z3 binary for universal version.