Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JegernOUTT committed Feb 14, 2024
1 parent aaeb76f commit 5b8ffcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/global_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ use async_trait::async_trait;
use crate::caps::CodeAssistantCaps;
use crate::completion_cache::CompletionCache;
use crate::telemetry::telemetry_structs;
use crate::custom_error::ScratchError;
use hyper::StatusCode;
use tokio::sync::mpsc::Permit;
use tower_lsp::lsp_types::WorkspaceFolder;
use crate::receive_workspace_changes::Document;
use crate::vecdb::vecdb::VecDb;

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::io::Write;
use tokio::task::JoinHandle;
use tracing::info;
use tracing::{info, Level};
use tracing_appender;

use crate::background_tasks::start_background_tasks;
Expand Down

0 comments on commit 5b8ffcb

Please sign in to comment.