mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Improve performance of related_documents
This commit is contained in:
parent
09134251f5
commit
9ecd325737
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ impl Workspace {
|
|||
let mut path = uri.to_file_path().ok()?;
|
||||
path.pop();
|
||||
path.push(include.path().text());
|
||||
path = PathBuf::from(path.to_string_lossy().replace("\\", "/"));
|
||||
path = path.clean();
|
||||
let path1 = path.to_string_lossy().into_owned();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue