mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-03 18:29:03 +00:00
Only reload TeX documents if config changed
This commit is contained in:
parent
3c243635bd
commit
3ae4a457fa
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ impl Workspace {
|
|||
let uris = self
|
||||
.documents
|
||||
.iter()
|
||||
.filter(|document| document.language == Language::Tex)
|
||||
.map(|document| document.uri.clone())
|
||||
.collect::<Vec<Url>>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue