Skip to content

Commit 3ac1335

Browse files
hopehadfieldrgrunber
authored andcommitted
Support addition of executeClientCommandSupport capability
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent 30697c3 commit 3ac1335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
186186
onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",
187187
extractInterfaceSupport: true,
188188
advancedUpgradeGradleSupport: true,
189+
executeClientCommandSupport: true,
189190
},
190191
triggerFiles,
191192
},

0 commit comments

Comments
 (0)