mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
dev: collect server's font paths information (#168)
This commit is contained in:
parent
61851f1300
commit
8378d06ab6
1 changed files with 1 additions and 3 deletions
|
@ -443,9 +443,7 @@ impl CompileClientActor {
|
|||
|
||||
let info = ServerInfoReponse {
|
||||
root: cc.world().entry.root().map(|e| e.as_ref().to_owned()),
|
||||
// todo: font paths
|
||||
// font_paths: cc.world().font_resolver.inner,
|
||||
font_paths: vec![],
|
||||
font_paths: cc.world().font_resolver.font_paths().to_owned(),
|
||||
inputs: cc.world().inputs.as_ref().deref().clone(),
|
||||
estimated_memory_usage: HashMap::from_iter([
|
||||
("vfs".to_owned(), { cc.world().vfs.memory_usage() }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue