mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone.
This commit is contained in:
parent
c1393857f5
commit
a61f2965b4
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ public class SystemFileTransferModeRegistry
|
|||
try {
|
||||
wb = PlatformUI.getWorkbench();
|
||||
}
|
||||
// exception occurs if this is initialized before workbench has started
|
||||
// TODO: we need to listen for workbench start to complete, then reinitialize
|
||||
catch (Exception e) {
|
||||
wb = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue