Open dibarbet opened 3 weeks ago
Cause appears to be https://github.com/microsoft/vscode/issues/232679
Introducing an artificial 2 second delay in our code action handler causes the test to fail 100% of the time locally. CI logs show the code action request taking about ~2 seconds for the failing instances in CI as well. Passing tests have the code action request finish in under a second.
Resolved by https://github.com/microsoft/vscode/pull/232772
Once it makes it into a vscode stable release we can switch back.
Switched to 1.94.2 here to fix breaks in code action tests - https://github.com/dotnet/vscode-csharp/pull/7708