Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 7776306

Browse files
author
Mikhail Arkhipov
committed
Merge branch '2018.9'
2 parents 58827c2 + 88ddf6e commit 7776306

File tree

1 file changed

+0
-7
lines changed
  • src/LanguageServer/Impl/Implementation

1 file changed

+0
-7
lines changed

src/LanguageServer/Impl/Implementation/Server.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -654,13 +654,6 @@ private async Task OnDocumentChangeProcessingCompleteAsync(IDocument doc, Versio
654654
if (vc != null) {
655655
_editorFiles.GetDocument(doc.DocumentUri).UpdateParseDiagnostics(vc, doc.DocumentUri);
656656
}
657-
658-
if (doc is ProjectEntry entry) {
659-
var reanalyzeEntries = Analyzer.GetEntriesThatImportModule(entry.ModuleName, false);
660-
foreach (var d in reanalyzeEntries.OfType<IDocument>()) {
661-
await EnqueueItemAsync(d, parse: false);
662-
}
663-
}
664657
} catch (BadSourceException) {
665658
} catch (ObjectDisposedException) when (_disposableBag.IsDisposed) {
666659
} catch (OperationCanceledException ex) {

0 commit comments

Comments
 (0)