List<String> get connectedIdes => ideConnections.entries .where((e) => e.value.status == ConnectionStatus.connected) .map((e) => e.key) .toList();