You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had already pinned the version for mac and Linux:
#2878 but it appears
that we have the same problem on windows its just crashing with error
code 0 which means our test runner wasn't signalling the failure.
Test run crashes on windows with false negative.
https://github.com/cursorless-dev/cursorless/actions/runs/14509376075/job/40704611423?pr=2893
It appears that it's `vscode.window.showTextDocument` in our
`openNewEditor` utility that causes this. It's not always on the same
test case. By default it crashes in the scope tests, but if I disable
the scope test the same error occurs in our recorded tests that of
course uses the same `openNewEditor` function. I can't recreate this
locally. Looks like a memory leak or similar.
0 commit comments