repalce file:// prefix

This commit is contained in:
kbwo 2024-05-25 18:47:29 +09:00
parent e42e97a3ae
commit 45dbcc333e

View file

@ -269,6 +269,7 @@ impl TestingLS {
path: &str,
refresh_needed: bool,
) -> Result<impl Serialize, LSError> {
let path = path.replace("file://", "");
if refresh_needed {
self.refresh_workspace_root_cache()?;
}