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
Running code with --wait parameter from the command line makes the command line process wait until the window that opens is closed. During this milestone we are now tracking the file to open as argument and also terminate the calling process when all the files are closed. This allows to reuse an existing Code instance for this purpose.
verify you can use --wait with 0, 1 or many files and the calling process terminates when the files close
verify the command line will terminate also when the target window closes or when the target window gets another folder opened
The text was updated successfully, but these errors were encountered:
Refs: #24327
Complexity: 2
Running code with
--wait
parameter from the command line makes the command line process wait until the window that opens is closed. During this milestone we are now tracking the file to open as argument and also terminate the calling process when all the files are closed. This allows to reuse an existing Code instance for this purpose.--wait
with 0, 1 or many files and the calling process terminates when the files closeThe text was updated successfully, but these errors were encountered: