Closed fritzalder closed 3 years ago
@fritzalder Thanks for the feedback. Please check if the issues are addressed in https://github.com/lemmy/vscode-tlaplus/releases/tag/v1.6.0-beta.202106014 If yes, I will open a PR for this repo.
I just realized that hovering over the variable name gives you an information about its type (RecordValue, IntValue, TupleValue etc) and hovering over the value gives you the content. So my (1) above was not even a bug, I just did not realize this.
But the (2) is fixed by your new version! Copying now seems to work in all cases for me. Thanks for the quick response.
IMO this issue (the fix is in tla2tools.jar
) highlights why the VSCode extension should move away from bundling tla2tools.jar
(eventually, it will also blow up the git repo), or at least should make it super easy for users to switch between different tla2tools.jar
. Additionally, I propose to create a -nightly
release of the VSCode extension in the VSCode Marketplace.
@fritzalder, thanks for the feedback. I hope your problem is solved, so I'm closing the issue. But feel free to reopen it if you think it's not resolved yet.
@lemmy, thanks for the fix. And sorry for being slow on coming up with the nightly version of the extension, we'll do that.
The fix is available in the v1.6.0-alpha.2 pre-release.
Love the extension (and the new debug feature works great so far)! I found two small issues with the debug window:
I didn't find a duplicate of this issue, sorry if this is already fixed.