-
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 shell integration smoke tests flaky #150478
Comments
Success failure on macOS, let's disable all of these again https://dev.azure.com/vscode/VSCode/_build/results?buildId=64973&view=logs&j=260a512b-e5ca-5cf1-3f8e-20c0fa41efc9&t=4ab01ce0-1b21-5f68-4297-21a317863be2&l=137 |
The screenshot taken in the macOS success test failure actually shows command decorations worked fine, why did the assertion fail?
|
Duplicate command decorations! The smoke test is pointing out an issue like #144597 |
Very hard to reproduce this with my prompt setup but if I remove that and go to the bash default I ended up getting 5 decorations, 2 for ls at the top, 3 for the placeholder at the bottom. Resizing added even more. |
What's written to the terminal when these 5 decorations appear:
I see 2 A/B sequences at the top and 3 A/B sequences at the bottom |
I expect the state to be much better now after the recent improvements around multiple placeholder decorations (#152136). Created a CI run to execute the shell integration tests 100 times https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build/results?buildId=174400&view=results |
Probably due to #150469, I can only test on macOS atm.
The text was updated successfully, but these errors were encountered: