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 908c7b5 commit f01a64fCopy full SHA for f01a64f
src/env/node/git/git.ts
@@ -2073,8 +2073,9 @@ export class Git {
2073
2074
const terminal = ensureGitTerminal();
2075
terminal.show(false);
2076
- // Sends ansi codes to remove any text on the current input line
2077
- terminal.sendText('\x1b[2K\x1b', false);
+ // Removing this as this doesn't seem to work on bash
+ // // Sends ansi codes to remove any text on the current input line
2078
+ // terminal.sendText('\x1b[2K\x1b', false);
2079
terminal.sendText(text, options?.execute ?? false);
2080
}
2081
0 commit comments