mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-30 05:45:26 +00:00
create djls-tasks crate for easy background work (#12)
* create djls-tasks create for easy background work * fix notifier
This commit is contained in:
parent
1799355e27
commit
810a591420
7 changed files with 371 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
mod documents;
|
||||
mod notifier;
|
||||
mod server;
|
||||
mod tasks;
|
||||
|
||||
use crate::notifier::TowerLspNotifier;
|
||||
use crate::server::{DjangoLanguageServer, LspNotification, LspRequest};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue