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
Currently, it's possible to instantiate an IDE with some commands (upto 3) opened via startScript. In a specific usecase I'm working on, an action needs to be performed later by a user, and not on instantiation.
(the use-case is "Run tests" .. where a specific command is run only after some changes are made by the user).
I could not find a function on vm to allow this to be done. Would request such an option so that an external user action (pressing a menu button or such), allows a terminal to be run.
If you can suggest other alternatives towards this, pls do so.
Regards
The text was updated successfully, but these errors were encountered:
Currently, it's possible to instantiate an IDE with some commands (upto 3) opened via
startScript
. In a specific usecase I'm working on, an action needs to be performed later by a user, and not on instantiation.(the use-case is "Run tests" .. where a specific command is run only after some changes are made by the user).
I could not find a function on vm to allow this to be done. Would request such an option so that an external user action (pressing a menu button or such), allows a terminal to be run.
If you can suggest other alternatives towards this, pls do so.
Regards
The text was updated successfully, but these errors were encountered: