Closed ele7ija closed 2 years ago
Okay, solved it, weirdly it seems that tlaplus.tlc.modelChecker.options
was edited with value -deadlock -noTE
. Is this the default value?
So the final RCA is that I cloned https://github.com/lemmy/BlockingQueue repo without noticing the custom settings in .vscode folder.
@ele7ija My BlockingQueue repo installs a nightly build of the TLA+ VSCode extension, which bundles a newer version of TLC that supports the -noTE
parameter. If you encounter other problems, consider switching to nightly.
Running vscode-tlaplus
v1.5.4
.When I try to run the
TLA+: Check model with TLC
, output tab shows the following TLC logs:I failed to find the setting to remove the -noTE option which I cannot even find listed in output of
java -XX:+UseParallelGC -cp /home/bp/.vscode-oss/extensions/alygin.vscode-tlaplus-1.5.4/tools/tla2tools.jar tlc2.TLC -help
so am blocked.