Skip to content

Commit 56204db

Browse files
committed
Disable support for SnippetTextEdit in code actions.
- Due to difference in behaviour on Windows Signed-off-by: Roland Grunberg <[email protected]>
1 parent fca5dbd commit 56204db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
235235
extractInterfaceSupport: true,
236236
advancedUpgradeGradleSupport: true,
237237
executeClientCommandSupport: true,
238-
snippetEditSupport: true,
238+
snippetEditSupport: false,
239239
},
240240
triggerFiles,
241241
},

0 commit comments

Comments
 (0)