refactor queue to use closures and move project init to queue (#107)

This commit is contained in:
Josh Thomas 2025-04-21 23:04:24 -05:00 committed by GitHub
parent c2e27d43c3
commit 980983e4f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 365 additions and 129 deletions

View file

@ -5,7 +5,6 @@ pub use templatetags::TemplateTags;
use pyo3::prelude::*;
use std::fmt;
use std::path::{Path, PathBuf};
use tower_lsp_server::lsp_types::*;
use which::which;
#[derive(Debug)]