Skip to content

Commit

Permalink
fix: clear completion while output starting
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Oct 8, 2024
1 parent 4a1ee03 commit 44d32a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/utils/shell-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44d32a7

Please sign in to comment.