Skip to content

Commit

Permalink
fix: call init when open file must start ls while indexing.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Oct 18, 2023
1 parent 96fc899 commit cd04ef2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public ConnectToLanguageServerCompletableFuture(@NotNull VirtualFile file, @NotN
connectToLanguageServer(file, project);
return null;
}, MessageFormat.format(MESSAGE_KEY, file.getUrl()), project, null, new CoalesceByKey(ConnectDocumentToLanguageServerSetupParticipant.class.getName(), file.getUrl()));
init();
}
}

Expand Down

0 comments on commit cd04ef2

Please sign in to comment.