Cannot run TLC a second time
See original GitHub issueTLC 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
Notice that “TLA+: Check model” is no longer available in the command palette when it’s opened the second time.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
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: