Skip to content

Commit f01a64f

Browse files
committed
Unfixes #2664 doesn't work across shells or OSs
1 parent 908c7b5 commit f01a64f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/env/node/git/git.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,8 +2073,9 @@ export class Git {
20732073

20742074
const terminal = ensureGitTerminal();
20752075
terminal.show(false);
2076-
// Sends ansi codes to remove any text on the current input line
2077-
terminal.sendText('\x1b[2K\x1b', false);
2076+
// Removing this as this doesn't seem to work on bash
2077+
// // Sends ansi codes to remove any text on the current input line
2078+
// terminal.sendText('\x1b[2K\x1b', false);
20782079
terminal.sendText(text, options?.execute ?? false);
20792080
}
20802081

0 commit comments

Comments
 (0)