Skip to content

plugins: Fix completion provider priorities

JCWasmx86 requested to merge JCWasmx86/gnome-builder:main into main

Otherwise the word completions would be at the top of the list.

Now it is assumed, that the completions of e.g. language servers are far, far more important than those from GbpWordCompletionProvider

Merge request reports