Skip to content

Commit 16cbdc8

Browse files
Add comment
1 parent cd54bc5 commit 16cbdc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
3535
// NB: We include the exact version here instead of in `test.yml` so that
3636
// we don't have to update the branch protection rules every time we bump
3737
// the legacy VSCode version.
38+
39+
// NB: Because of a CI crashing issue the vscode version is pinned.
40+
// https://github.com/cursorless-dev/cursorless/issues/2878
41+
3842
const vscodeVersion = useLegacyVscode
3943
? "1.82.0"
4044
: os.platform() === "win32"

0 commit comments

Comments
 (0)