Skip to content

Commit fdaacd8

Browse files
jdneofbricon
authored andcommitted
Remove 'resolveAdditionalTextEditsSupport' from extended client capabilities
Signed-off-by: Sheng Chen <[email protected]>
1 parent a758854 commit fdaacd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
169169
clientHoverProvider: true,
170170
clientDocumentSymbolProvider: true,
171171
gradleChecksumWrapperPromptSupport: true,
172-
resolveAdditionalTextEditsSupport: true,
173172
advancedIntroduceParameterRefactoringSupport: true,
174173
actionableRuntimeNotificationSupport: true,
175174
onCompletionItemSelectedCommand: "editor.action.triggerParameterHints",

0 commit comments

Comments
 (0)