From 44d32a7e3cec55a7a3fb23318989ef895d026ed2 Mon Sep 17 00:00:00 2001 From: CyanSalt Date: Tue, 8 Oct 2024 17:09:36 +0800 Subject: [PATCH] fix: clear completion while output starting --- src/renderer/utils/shell-integration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/utils/shell-integration.ts b/src/renderer/utils/shell-integration.ts index 25d19b78..a186f566 100644 --- a/src/renderer/utils/shell-integration.ts +++ b/src/renderer/utils/shell-integration.ts @@ -231,6 +231,7 @@ export class ShellIntegrationAddon implements ITerminalAddon { this.currentCommand.outputEndY = position.y this.currentCommand.startedAt = new Date() } + this.clearCompletion() return true case 'D': // CommandComplete