Skip to content

Commit

Permalink
Support addition of executeClientCommandSupport capability
Browse files Browse the repository at this point in the history
Signed-off-by: Hope Hadfield <[email protected]>
  • Loading branch information
hopehadfield authored and rgrunber committed Oct 13, 2023
1 parent 30697c3 commit 3ac1335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",
extractInterfaceSupport: true,
advancedUpgradeGradleSupport: true,
executeClientCommandSupport: true,
},
triggerFiles,
},
Expand Down

0 comments on commit 3ac1335

Please sign in to comment.