mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[230285] [shells] Remote shells should be restored on quit and re-start of RSE
This commit is contained in:
parent
96541e116e
commit
4f6ac96a13
1 changed files with 14 additions and 16 deletions
|
@ -546,7 +546,6 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
|
|||
}
|
||||
}
|
||||
|
||||
if (gotShell){
|
||||
IPropertySet set = getPropertySet("Remote"); //$NON-NLS-1$
|
||||
if (set == null){
|
||||
set = createPropertySet("Remote"); //$NON-NLS-1$
|
||||
|
@ -563,7 +562,6 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
|
|||
}
|
||||
commit();
|
||||
}
|
||||
}
|
||||
|
||||
protected void internalRemoveShell(Object command) throws InvocationTargetException,
|
||||
InterruptedException
|
||||
|
|
Loading…
Add table
Reference in a new issue