create djls-tasks crate for easy background work (#12)

* create djls-tasks create for easy background work

* fix notifier
This commit is contained in:
Josh Thomas 2024-12-10 11:24:31 -06:00 committed by GitHub
parent 1799355e27
commit 810a591420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 371 additions and 2 deletions

View file

@ -1,6 +1,7 @@
mod documents;
mod notifier;
mod server;
mod tasks;
use crate::notifier::TowerLspNotifier;
use crate::server::{DjangoLanguageServer, LspNotification, LspRequest};