mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Allow remote commands for ssh shell service
This commit is contained in:
parent
12e47b831d
commit
314a81dd22
1 changed files with 0 additions and 6 deletions
|
@ -20,7 +20,6 @@ import org.eclipse.rse.connectorservice.ssh.SshConnectorService;
|
|||
import org.eclipse.rse.connectorservice.ssh.SshConnectorServiceManager;
|
||||
import org.eclipse.rse.core.subsystems.IConnectorService;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystem;
|
||||
import org.eclipse.rse.internal.model.Host;
|
||||
import org.eclipse.rse.model.IHost;
|
||||
import org.eclipse.rse.services.shells.IShellService;
|
||||
import org.eclipse.rse.services.ssh.ISshService;
|
||||
|
@ -35,11 +34,6 @@ public class SshShellSubSystemConfiguration extends
|
|||
super();
|
||||
}
|
||||
|
||||
public boolean supportsCommands() {
|
||||
//TODO support commands in SshShellService.runCommand()
|
||||
return false;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.rse.core.subsystems.SubSystemConfiguration#isFactoryFor(java.lang.Class)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue