Skip to content

Replacing/integrating the recipe Web interface #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lou1306 opened this issue Nov 18, 2024 · 1 comment
Open

Replacing/integrating the recipe Web interface #5

lou1306 opened this issue Nov 18, 2024 · 1 comment
Labels
low-priority Issues that are not crucial and do not have to be addressed straight away. question Further information is requested

Comments

@lou1306
Copy link
Contributor

lou1306 commented Nov 18, 2024

The question here is: how do we replicate the features of the current Web interface within the "boundaries" of a VS Code interface?

Some ideas:

  • The "easiest" way would be to define a bunch of Commands and Tasks. These pop up in the command palette and/or when the user wants to "build" their file.
  • Temporal specifications could also be integrated with the Test pane, at some point.
  • The main issue is how to replicate the interpreter features. Maybe by integrating with the VSCode debugger, but then how do we deal with nondeterministic choices? How do we present a trace? (This also relates to model checking, as we need to display counterexamples)

Resources:

@lou1306 lou1306 added question Further information is requested low-priority Issues that are not crucial and do not have to be addressed straight away. labels Nov 18, 2024
@lou1306
Copy link
Contributor Author

lou1306 commented Dec 18, 2024

Making inroads into this:

  • recipe is now a submodule of this repo (d895575)
  • The Makefile contains instructions to build the jar file and place it in the bin directory so it will be bundled with the extension (7374b0a)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority Issues that are not crucial and do not have to be addressed straight away. question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant