Skip to content

Commit

Permalink
не знаю что это
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnoviy committed Jul 28, 2023
1 parent 6f600be commit 88e8e3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ public class OscriptReferenceFinder implements ReferenceFinder {
public Optional<Reference> findReference(URI uri, Position position) {

DocumentContext document = serverContext.getDocument(uri);
if (document == null || document.isComputedDataFrozen()) {
if (document == null
// || document.isComputedDataFrozen()
) {
return Optional.empty();
}

Expand Down

0 comments on commit 88e8e3b

Please sign in to comment.