mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Fix another conditional compilation feature
This commit is contained in:
parent
ed409d9e23
commit
b45e356d75
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ impl Server {
|
|||
.documentation(&item.label)
|
||||
.map(Documentation::MarkupContent);
|
||||
}
|
||||
#[cfg(feature = "citeproc")]
|
||||
#[cfg(feature = "citation")]
|
||||
crate::features::CompletionItemData::Citation { uri, key } => {
|
||||
if let Some(document) = workspace.get(&uri) {
|
||||
if let Some(data) = document.data.as_bibtex() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue