reorganize server crate by moving workspace related code to submodule (#182)
Some checks failed
test / generate-matrix (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
lint / pre-commit (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
release / build (push) Has been cancelled
release / test (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
release / release (push) Has been cancelled

This commit is contained in:
Josh Thomas 2025-08-17 22:50:46 -05:00 committed by GitHub
parent d0c745ff2a
commit 2086f80cc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 170 additions and 158 deletions

View file

@ -5,7 +5,7 @@ use tower_lsp_server::lsp_types::ClientCapabilities;
use tower_lsp_server::lsp_types::InitializeParams;
use crate::db::ServerDatabase;
use crate::documents::Store;
use crate::workspace::Store;
#[derive(Default)]
pub struct Session {