Skip to content

Commit 79a336c

Browse files
committed
[skip ci] don't go futher
1 parent c9a01e4 commit 79a336c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/specialCommands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export default () => {
278278
const edit = new vscode.WorkspaceEdit()
279279
edit.set(document.uri, tsTextChangesToVcodeTextEdits(document, fixAllEdits))
280280
await vscode.workspace.applyEdit(edit)
281+
return
281282
}
282283

283284
if (context.triggerKind !== vscode.CodeActionTriggerKind.Invoke) return

0 commit comments

Comments
 (0)