vscode-tlaplus icon indicating copy to clipboard operation
vscode-tlaplus copied to clipboard

TLA+ language support for Visual Studio Code

Results 86 vscode-tlaplus issues
Sort by recently updated
recently updated
newest added
trafficstars

With the following `User` and `Workspace` level settings User: `-cp /path/to/CommunityModules.jar` Workspace: `-XX:+UseParallelGC` The CommunityModules won't be added to Java's classpath, causing the EXTENDS to result in a parser error:...

The "Check model with TLC" command is not shown when the model-checking panel has focus. This makes it necessary to e.g. close the panel if a user wants to add...

enhancement

When actions are instantiated from other modules for example ```tla s1 == INSTANCE step1 Next == \E task \in Tasks: \/ Cancel(task) \/ s1!Acquire(task) \/ s1!Release(task) \/ s1!WakeUp(task) \/ s1!Finished...

bug

Repeatedly hitting this "parse_module" command is a bit annoying, why not automate?

enhancement

Here `pc` is marked as modified between states. But inner second `pc` does not have mark `M`. Here the same for `resource_needed` variable **Extension's version**: 1.5.0 TLC2 output ``` @!@!@STARTMSG...

bug

[Original observation](https://github.com/alygin/vscode-tlaplus/issues/207#issuecomment-845354312) from @lemmy: >I realized that the dialog could be used to support evaluating expressions in a spec that declares variables and/or constants, but lacks a model: > >```tla...

![Screenshot from 2019-11-07 14-12-58](https://user-images.githubusercontent.com/88777/68432155-b8fc7200-0168-11ea-8f5c-b8024a77487a.png) The Toolbox colors multi-line (* *) and single-line \* comments differently. I find this useful because it makes me use the former for actual documentation while...

enhancement
on hold

TLC (and the Toolbox) [recently](https://github.com/tlaplus/tlaplus/commit/7c61d1a70f03fe4e54142f59487af90745386b74) implemented functionality to detect PlusCal TLA+ divergence, which should be easy to implement for this extension too: ![89359605-13d0e480-d67b-11ea-94be-894c8524da63](https://user-images.githubusercontent.com/88777/89858364-5d29a400-db53-11ea-92a5-788dec71495f.gif)

enhancement

https://github.com/tlaplus/tlaplus/issues/485 https://github.com/tlaplus/tlaplus/issues/393

enhancement

Let `A` be a module that EXTENDS module `B` that happens to be in a library `L`. Library `L` is added to TLC's classpath in `Tlaplus > Java: Options`. Ordinary...

bug