rename, relocate, and simplify the task queue (#106)

This commit is contained in:
Josh Thomas 2025-04-21 21:59:00 -05:00 committed by GitHub
parent 3fb6fa995d
commit c2e27d43c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 229 additions and 333 deletions

View file

@ -1,6 +1,6 @@
mod documents;
mod queue;
mod server;
mod tasks;
mod workspace;
use crate::server::DjangoLanguageServer;