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 c9a01e4 commit 79a336cCopy full SHA for 79a336c
src/specialCommands.ts
@@ -278,6 +278,7 @@ export default () => {
278
const edit = new vscode.WorkspaceEdit()
279
edit.set(document.uri, tsTextChangesToVcodeTextEdits(document, fixAllEdits))
280
await vscode.workspace.applyEdit(edit)
281
+ return
282
}
283
284
if (context.triggerKind !== vscode.CodeActionTriggerKind.Invoke) return
0 commit comments