Skip to content

Commit

Permalink
Register the qute/template/generateMissingJavaElement command
Browse files Browse the repository at this point in the history
See redhat-developer/quarkus-ls#536

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored and angelozerr committed Jul 28, 2022
1 parent 8e2ff37 commit 3acec3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/qute/languageServer/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export function connectToQuteLS(context: ExtensionContext, api: JavaExtensionAPI
bindQuteRequest('qute/template/javaTypes');
bindQuteRequest('qute/template/resolvedJavaType');
bindQuteRequest('qute/template/javaDefinition');
bindQuteRequest('qute/template/generateMissingJavaMember');
bindQuteRequest('qute/java/codeLens');
bindQuteRequest('qute/java/diagnostics');
bindQuteRequest('qute/java/documentLink');
Expand Down

0 comments on commit 3acec3f

Please sign in to comment.