-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Terminal decorations left behind after watch program (eg. tsc), cls, clear, etc. clears the terminal #166864
Comments
Is this on Windows? |
mac |
This may or may not be a bug depending on what tsc does exactly when not preserving watch output. |
Summarizing the important parts Hints? Prompt locations are not in orderWhen it's broken, some jumps go out of order when hitting the
Additional Settings.Json (Click to Expand)
SummaryTerminal Integration icons lose their positioning after clearing screen. VisualsIf you can see this horizontal gray bar (real tiny) Watch it move on the bottom right corner of the gif PowerShell VersionName Value
---- -----
PSVersion 7.3.0
PSEdition Core
GitCommitId 7.3.0
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0 Visual Studio Code Version1.73.1
6261075646f055b99068d3688932416f2346dd3b
x64 Extension VersionSteps to Reproduce
It seems to stay broken until you reload |
@Tyriar How do I can capture or log the actual ansi escapes sent to the terminal? I can't find it in I'm looking for that to test whether it's the actual buffer that's out of order -- or if it's at the visual level Sorry about the long post. I tried to keep it short. |
@ninmonkey you can run the toggle escape sequence command, checking that for what sequence is clearing is the first thing I'd do |
So where exactly is this magical toggle escape sequences command? |
That has been removed. You can access that now by running |
It's very possible this will be fixed when conpty v2 lands #224488 |
npm run compile
(not a task)Get this decoration left behind
The text was updated successfully, but these errors were encountered: