-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix failing tests due to #9154 monaco upgrade 0.23.0 #9702
Fix failing tests due to #9154 monaco upgrade 0.23.0 #9702
Conversation
Signed-off-by: Esther Perelman <[email protected]>
@EstherPerelman any update regarding the last failing typescript test (run reference code lens)? |
@vince-fugnitto I know where the problem is, but don't know how to solve it (still working on it). |
@EstherPerelman it's been a week now that the CI has been failing which means that new contributions have a failing CI, and |
@vince-fugnitto It's really bad, I had some progress with it, It seems to be an error inside vsCode which checking for some condition before previous processes have been finished (that causes the condition to return false instead true), It happens only for the first time (what means that it's not so disturbing in real life), |
@EstherPerelman I think proceeding with the fixes you have and the |
Signed-off-by: Esther Perelman <[email protected]>
@vince-fugnitto added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking care of the test regressions and opening the follow-up #9714 👍
Signed-off-by: Esther Perelman [email protected]
What it does
Fixes: #9701
Review checklist
Reminder for reviewers