Skip to content

Commit 2ccbbf3

Browse files
committed
Temporarily pin tests' Code version to 1.67.2
Because 1.68.0 breaks!
1 parent 6738fe9 commit 2ccbbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function main() {
2525
launchArgs: ["--disable-extensions", "./test"],
2626
// This is necessary because the tests fail if more than once
2727
// instance of Code is running.
28-
version: "insiders"
28+
version: "1.67.2"
2929
});
3030
} catch (err) {
3131
// tslint:disable-next-line:no-console

0 commit comments

Comments
 (0)