Skip to content

Releases: tlaplus/vscode-tlaplus

v1.6.0-alpha.2

11 Jul 19:13
Compare
Choose a tag to compare
v1.6.0-alpha.2 Pre-release
Pre-release

Enhancements

  • Show options prompt before debugging.
  • Allow launching debugger in more contexts.
  • Upgrade tla2tools.jar.

Bug fixes

  • Fix coverage and states parsing.

v1.6.0-alpha.1

29 May 21:08
Compare
Choose a tag to compare
v1.6.0-alpha.1 Pre-release
Pre-release

Enhancements

  • Added TLC debugger. See the "Check and debug model with TLC" and "Debug a running model" commands.

Bug fixes

  • Fix parsing error traces that mention external modules.

v1.5.5-beta.1

16 Apr 20:07
031ad98
Compare
Choose a tag to compare
v1.5.5-beta.1 Pre-release
Pre-release

Enhancements

  • Prompt user to provide options before running TLC.

v1.5.4

21 Mar 05:38
Compare
Choose a tag to compare

Enhancements

  • Highlight special symbols in EXCEPT expressions.

Bug fixes

  • Fix PlusCal errors parsing.
  • Fix integration with vscode-pdf.

v1.5.4-beta.1

21 Mar 05:00
Compare
Choose a tag to compare
v1.5.4-beta.1 Pre-release
Pre-release

Enhancements

  • Highlight special symbols in EXCEPT expressions.

Bug fixes

  • Fix PlusCal errors parsing.
  • Fix integration with vscode-pdf.

v1.5.3

06 Feb 17:36
Compare
Choose a tag to compare

Enhancements

  • Display error messages in monolith specs.
  • Definition blocks parsing improvement.

Bug fixes

  • Fix problems when using Nix for packaging the extension.

v1.5.3-beta.1

06 Feb 16:33
Compare
Choose a tag to compare
v1.5.3-beta.1 Pre-release
Pre-release

Enhancements

  • Monolith specs support.
  • Definition blocks parsing improvement.

v1.5.3-alpha.2

31 Jan 14:42
ecf2c07
Compare
Choose a tag to compare
v1.5.3-alpha.2 Pre-release
Pre-release

Enhancements

  • Display error messages in monolith specs.

v1.5.3-alpha.1

26 Jan 20:33
17f3814
Compare
Choose a tag to compare
v1.5.3-alpha.1 Pre-release
Pre-release

Bug fixes

  • Fix problems when using Nix for packaging the extension.

v1.5.2

07 Jan 09:18
Compare
Choose a tag to compare

Enhancements

  • Bind local symbol definitions to top-level definitions for better presentation in the Outline view.
  • Better local definitions detection.
  • Upgrade tla2tools to v2.16.
  • Support for new TLC message codes.

Bug fixes

  • Fix display of constant expression evaluation result.
  • Fix multi-line SANY messages parsing.
  • Capture SANY internal errors correctly.
  • Separate SANY errors and warnings on the Check Result View panel.