Skip to content

Releases: ProVerif/vscode-proverif-language-service

v1.8.1

01 Dec 14:05
Compare
Choose a tag to compare

Improve navigation and doccomment detection.
In .pv.log files, highlight lemmas that cannot be proven or are false.

v1.8.0

29 Nov 10:05
Compare
Choose a tag to compare

Add doccomments: Add (** documentation with two stars **) before entities so the documentation is shown on how. Supports fun, let, letfun, predicate, event, table and define.
Navigate in .pv.log files to the definition of process references (e.g. {21}).

v1.7.1

17 Nov 18:39
Compare
Choose a tag to compare

Use -parse-only if available to improve performance.
Send notification to user if proverif bin is not found.

v1.7.0

15 Nov 15:59
Compare
Choose a tag to compare

Add autocomplete for set statements.
Add new pv.log language, which colors ProVerif output.

v1.6.5

23 Jul 13:29
Compare
Choose a tag to compare

Update dependencies.

v1.6.4

06 Apr 13:22
Compare
Choose a tag to compare

Rework symbol table for more accurate definitions.

v1.6.3

13 Mar 12:23
Compare
Choose a tag to compare

Fix crashes when file has grammar errors.

v1.6.2

07 Mar 14:44
Compare
Choose a tag to compare

Add in to pterm in TextMate grammar and improve word detection.

v1.6.1

03 Mar 16:36
Compare
Choose a tag to compare

Improvements to TextMate grammar and semantic tokens.

v1.6.0

03 Mar 13:09
Compare
Choose a tag to compare

Add language configuration, TextMate grammar and semantic tokens.