sibling of 6a8be1714e
This commit is contained in:
parent
a2aea00253
commit
dac29f2d73
302 changed files with 6480 additions and 19664 deletions
|
@ -11,7 +11,6 @@ use assistant_slash_command::{
|
|||
use assistant_slash_commands::FileCommandMetadata;
|
||||
use client::{self, Client, proto, telemetry::Telemetry};
|
||||
use clock::ReplicaId;
|
||||
use cloud_llm_client::CompletionIntent;
|
||||
use collections::{HashMap, HashSet};
|
||||
use fs::{Fs, RenameOptions};
|
||||
use futures::{FutureExt, StreamExt, future::Shared};
|
||||
|
@ -47,6 +46,7 @@ use text::{BufferSnapshot, ToPoint};
|
|||
use ui::IconName;
|
||||
use util::{ResultExt, TryFutureExt, post_inc};
|
||||
use uuid::Uuid;
|
||||
use zed_llm_client::CompletionIntent;
|
||||
|
||||
pub use crate::context_store::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue