-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
integrated terminal on MacOS has bug. #77457
Comments
Can you share your settings.json file? Also you can try enable escape sequence logging to see if the % coming from the process or not https://github.com/Microsoft/vscode/wiki/Terminal-Issues#enabling-escape-sequence-logging |
Thank you for reply. |
@Tyriar Did you try this?
If you start zsh from shell, it works well. But if you start zsh from vscode, it works differently. |
Works fine: Can you try enable escape sequence logging to see if the % coming from the process or not https://github.com/Microsoft/vscode/wiki/Terminal-Issues#enabling-escape-sequence-logging |
Yes, it's from zsh. |
Issue Type: Bug
On the terminal starting, this line
shouldn't be executed.
But it seems to be executed quietly.
This is a bug obviously.
And I believe this bug is related to and is the cause of #70248
@Tyriar
BTW, what is that extra "%" in terminal window?
VS Code version: Code 1.36.1 (2213894, 2019-07-08T22:56:38.504Z)
OS version: Darwin x64 18.6.0
Extensions: none
The text was updated successfully, but these errors were encountered: