Commit 29d135e
authored
Pin vscode version in CI for windows (#2901)
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.1 parent 3375634 commit 29d135e
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 42 | + | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
0 commit comments