diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml index 61e615008..d625751d6 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml @@ -118,7 +118,8 @@ activate="true" categoryId="org.springframework.tooling.boot.ls.springbootjava-completion-computer" class="org.springframework.tooling.boot.ls.jdt.SpringBootJavaCompletionProposalComputer" - needsSortingAfterFiltering="false"> + needsSortingAfterFiltering="false" + requiresUIThread="false">