You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Background
After the introduction of completion for registry module sources in #1024, we're now seeing an increasing amount of queries for
.
and..
in Algolia.Sending these queries doesn't yield any results, so we should filter and avoid them in the language server.
Proposal
Rework the existing logic of checking for local module sources to a more generic blocklist of terms.
terraform-ls/internal/hooks/module_source_registry.go
Lines 48 to 51 in 1f90d9a
The new blocklist should include entries for
.
and..
.The text was updated successfully, but these errors were encountered: