mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 12:46:43 +00:00
dev: cleanup project creation (#1227)
This commit is contained in:
parent
3227b2f6f7
commit
af47f578e4
4 changed files with 32 additions and 55 deletions
|
|
@ -163,8 +163,7 @@ pub fn run_with_sources<T>(source: &str, f: impl FnOnce(&mut LspUniverse, PathBu
|
|||
.unwrap(),
|
||||
),
|
||||
LspUniverseBuilder::resolve_package(None, None),
|
||||
)
|
||||
.unwrap();
|
||||
);
|
||||
let sources = source.split("-----");
|
||||
|
||||
let mut last_pw = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue