Skip to content

Commit

Permalink
Disable support for SnippetTextEdit in code actions.
Browse files Browse the repository at this point in the history
- Due to difference in behaviour on Windows

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Sep 27, 2024
1 parent fca5dbd commit 56204db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
extractInterfaceSupport: true,
advancedUpgradeGradleSupport: true,
executeClientCommandSupport: true,
snippetEditSupport: true,
snippetEditSupport: false,
},
triggerFiles,
},
Expand Down

0 comments on commit 56204db

Please sign in to comment.