question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run TLC a second time

See original GitHub issue

TLC correctly terminated. Have to restart vscode.

markus@avocado:~$ java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)
markus@avocado:~$ uname -a
Linux avocado 4.18.0-16-generic #17~18.04.1-Ubuntu SMP Tue Feb 12 13:35:51 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Peek 2019-11-06 15-58

Notice that “TLA+: Check model” is no longer available in the command palette when it’s opened the second time.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alygincommented, Feb 12, 2020

@lemmy, a couple of enhancements is available in the pre-release. One can now easily repeat the last TLC run with a special command or a button on the check visualization panel. Running TLC from the Explorer context menu is now also supported.

1reaction
alygincommented, Nov 7, 2019

There’s no need to restart VS Code, you just need to switch the focus back to the .tla or .cfg file. The “Check model” command is only available when the active editor is a .tla/.cfg file, so the extension would know what model to check. When the TLC visualization panel is open, VSCode switches focus to it and the check command becomes disabled.

I see two things to be done to not confuse the user here:

  • Check if it’s possible to use the onWebviewPanel activation point to enable the check command when the visualization panel is active.
  • Describe how the check process works in the wikis.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot run TLC a second time · Issue #115 · tlaplus/vscode ...
The TLC running status is not one of such contexts, so making the command availability depend on it is a bit tricky. I...
Read more >
Troubleshooting Thin Layer Chromatography: Some TLC for ...
Solvent Front Runs Unevenly/Crookedly. The thickness of the TLC slurry is uneven (usually seen when the TLC plate is prepared on a glass ......
Read more >
Problem in separating two spots on TLC. - ResearchGate
Use Hexane and ethyl acetate and run the TLC for 2-3 times and if you would not get proper separation than add 1...
Read more >
Thin Layer Chromatography (TLC)
If the TLC plate runs samples which are too concentrated, the spots will be streaked and/or run together. If this happens, you will...
Read more >
Troubleshooting Flash Column Chromatography
Check that your compound is stable to silica (2D TLC). ... Some people find it's easier to run two columns instead of one....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found