mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-12-23 09:47:07 +00:00
repalce file:// prefix
This commit is contained in:
parent
e42e97a3ae
commit
45dbcc333e
1 changed files with 1 additions and 0 deletions
|
|
@ -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()?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue