Merge pull request #402 from gayanper/async-support
Add support for async completions in 4.15
This commit is contained in:
@@ -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">
|
||||
</javaCompletionProposalComputer>
|
||||
</extension>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user