We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30697c3 commit 3ac1335Copy full SHA for 3ac1335
src/extension.ts
@@ -186,6 +186,7 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
186
onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",
187
extractInterfaceSupport: true,
188
advancedUpgradeGradleSupport: true,
189
+ executeClientCommandSupport: true,
190
},
191
triggerFiles,
192
0 commit comments