Spring Data repo CA consecutive invocation while "query" is built
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
class="org.springframework.tooling.ls.eclipse.commons.commands.JavaWorkspaceCommandHanlder"
|
||||
commandId="java.execute.workspaceCommand">
|
||||
</handler>
|
||||
<handler
|
||||
class="org.springframework.tooling.ls.eclipse.commons.commands.InvokeContentAssistCommandHandler"
|
||||
commandId="editor.action.triggerSuggest">
|
||||
</handler>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
@@ -121,6 +125,22 @@
|
||||
optional="false">
|
||||
</commandParameter>
|
||||
</command>
|
||||
<command
|
||||
id="editor.action.triggerSuggest"
|
||||
name="Invoke Content Assist">
|
||||
<commandParameter
|
||||
id="org.eclipse.lsp4e.path.param"
|
||||
name="Resource Path (unnecessary, only to make lsp4e happy)"
|
||||
optional="true"
|
||||
typeId="org.eclipse.lsp4e.pathParameterType">
|
||||
</commandParameter>
|
||||
<commandParameter
|
||||
id="org.eclipse.lsp4e.command.param"
|
||||
name="Command id (unnecessary, only to make lsp4e happy)"
|
||||
optional="true"
|
||||
typeId="org.eclipse.lsp4e.commandParameterType">
|
||||
</commandParameter>
|
||||
</command>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.e4.ui.css.swt.theme">
|
||||
|
||||
Reference in New Issue
Block a user