You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While not fully baked this VS Code terminal integration with already works pretty well. We likely need a new CommandMode that runs ENV snapshotting before the process quits. However, perhaps there are alternatives?
This change implements a new mode called `TERMINAL`. In this mode, the
server, right after starting the script, writes initial commands that
are responsible for collecting environment variables, which will be
added or deleted to the current session.
The `TERMINAL` mode is supported only in the `v2alpha1` runner.
Fixes#551
While not fully baked this VS Code terminal integration with already works pretty well. We likely need a new CommandMode that runs ENV snapshotting before the process quits. However, perhaps there are alternatives?
Here's the simple integration; https://github.com/stateful/vscode-runme/blob/main/src/extension/kernel.ts#L826-L831
The text was updated successfully, but these errors were encountered: