mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-13 05:46:17 +00:00
refactor queue to use closures and move project init to queue (#107)
This commit is contained in:
parent
c2e27d43c3
commit
980983e4f3
3 changed files with 365 additions and 129 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue