Skip to content
Commit b34e52a7 authored by Christian Hergert's avatar Christian Hergert
Browse files

vls: enable search provider when build system supports vala

The goal here is to ensure we are less likely to spawn language servers
unless there is actually a need for the language server. For now, most
of these can be determined by the plugin type. However for search providers
they are enabled when the user types into the search box and begins typing.

The last thing we want to do while starting interactive search is:

 1) spawn new processes that can take away interactivity
 2) spawn a language server that has nothing to do with the project
parent bd7c6a3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment