Skip to content
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

Create a bespoke runtime manager for VSC #12

Open
josephjclark opened this issue Jan 6, 2025 · 0 comments
Open

Create a bespoke runtime manager for VSC #12

josephjclark opened this issue Jan 6, 2025 · 0 comments

Comments

@josephjclark
Copy link
Collaborator

This is for much later on when the exension is more mature

Right now the extension just calls out to the CLI to do stuff like execution

This is fine, but the CLI makes a bunch of assumptions and the input and output maybe don't integrate with VSC that nicely

We could build our own runtime manager layer inside VSC - basically a Javascript component which compiles and executes code. It would look a lot like the CLI in that it's a bunch of high level services which collate and organise lower level modules. It could probably re-use a lot of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant