lambdapi icon indicating copy to clipboard operation
lambdapi copied to clipboard

`print unif_rule;` freezes/bug the feedback of vscode about type checking decorations/info of symbols

Open 1337777 opened this issue 1 year ago • 1 comments

BUG: KO absent/frozen type checking feedback in vscode when print unif_rule; appears anywhere in the file. But OK when typechecking in the console via lambdapi check -c

That could easily be an afternoon waster trying to figure out what and when the problem was introduced into the system config (or file!), especially that the file stills compile OK in the console...

System info: Ubuntu x64 VM

lambdapi --version # 2.5.0 vscode version 1.85.1 2023-12-13 lambdapi vscode extension v0.2.3

print unif_rule;

symbol abc: TYPE;
type abc;

bug_report_print_unif_rule_2_Capture bug_report_print_unif_rule_1_Capture

1337777 avatar Dec 24 '24 22:12 1337777

Hi. Could you please precise what happens when you uncomment the line with print unif_rule? I don't see any problem with vscode 1.96.2.

fblanqui avatar Dec 30 '24 11:12 fblanqui