Skip to content

Commit 2da77a4

Browse files
committed
Remove outdated comments.
1 parent c4fd6c0 commit 2da77a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/parametric/capabilities/DynamicCapabilities.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ public CompletableFuture<Void> updateCapabilities(Collection<ILanguageContributi
111111
// Copy the contributions so we know we are looking at a stable set of elements.
112112
// If the contributions change, we expect our caller to call again.
113113
var stableContribs = new LinkedHashSet<>(contribs);
114-
// Compute registrations purely based on contributions
115-
// This requires waiting for an evaluator to load, which might take long, and should not block our logbook
116114
return CompletableFutureUtils.reduce(supportedCapabilities.stream()
117115
.filter(cap -> !staticCapabilities.contains(cap))
118116
.map(c -> tryRegistration(c, stableContribs)), parallelExec)

0 commit comments

Comments
 (0)