-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launching Vscode from git bash makes it impossible to clear the terminal window #33730
Comments
Can you provide a screenshot of what happens after you run |
@Tyriar There you go. |
Hello, any updates on this? I have the same problem. |
@rprichard any idea why clear would not be clearing the terminal? |
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions. |
Same issue. Only launch vscode via |
same exact issue here 😩 if i launch vscode from git-bash it won't clear the terminal 😭😭 |
would love to stay inside vscode integrated terminal for work but not having clear is really annoying... is this slated to get worked? |
@nateous try ctrl/cmd+k (windows/mac) or trigger the "Terminal: Clear" command through the command palette (F1). |
@Tyriar thanks, ctrl+k works. |
Tracking this in #45693 In the meantime ctrl+k (WIndows), cmd+k (macOS) will still clear the terminal properly, you can also run the command through the command palette. If the keybinding is not working for you see the FAQ on https://code.visualstudio.com/docs/editor/integrated-terminal#_common-questions about fixing the issue. |
I have this issue everyday... it's actually the one and only issue i have with vscode. |
I'm facing the same bug which @PauloGasparSv told |
Steps to Reproduce:
Launch vscode from git bash.
$ code .
Open the terminal run some commands to fill the windows.
Then try to clear the windows.
CTRL + L
orclear
.ps: If I launch vscode from the system everything works fine.
I have git bash in the terminal window inside vscode
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered: