Fix several IDE mode integration tests (#6408)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
cornmander
2025-08-17 03:55:39 -04:00
committed by GitHub
parent 33b9bdb11e
commit ec1fa954d1
3 changed files with 97 additions and 14 deletions

View File

@@ -390,6 +390,7 @@ export class IdeClient {
logger.debug('Failed to close transport:', closeError);
}
}
logger.error(`Failed to connect: ${_error}`);
return false;
}
}