Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't instantiate CompletionItemProvider when using a language s…
…erver (#440) Instantiating and refreshing the `CompletionItemProvider` is very expensive with large repos, due to it querying all targets from the repo. When using a language server the `CompletionItemProvider` is not even registered, so we avoid instantiating and refreshing it in this case. Relates to #395.
- Loading branch information