We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f0716 commit a4ecdd5Copy full SHA for a4ecdd5
crates/fig_api_client/src/clients/streaming_client.rs
@@ -61,7 +61,6 @@ impl StreamingClient {
61
let client = if fig_util::system_info::in_cloudshell()
62
|| std::env::var("Q_USE_SENDMESSAGE").is_ok_and(|v| !v.is_empty())
63
{
64
- // ALLOWED: fig_api_client doesn't have fig_os_shim dependency
65
Self::new_qdeveloper_client(&Endpoint::load_q()).await?
66
} else {
67
Self::new_codewhisperer_client(&Endpoint::load_codewhisperer()).await
0 commit comments