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
new command for detach should be added scope detach
Here is a short behavior summary
when we attach to a process that is in not scoped - as today we create a new session working directory
when we attach to a process that is in loaded only - we create a new session working directory
we overwrite the configuration during reattach
The problem with the current state is:
what we should do when we attach to a process that is scoped state? We will override the previous configuration but this can not be expected - data can be sent to some place and we stop that. To provide a logic based on the scoped/loaded state we need to know in which state the application is. The work on this feature is described in IPC mechanism in AppScope library for Cli #1108
The text was updated successfully, but these errors were encountered:
scope detach
Here is a short behavior summary
The problem with the current state is:
The text was updated successfully, but these errors were encountered: