We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6738fe9 commit 2ccbbf3Copy full SHA for 2ccbbf3
test/runTests.ts
@@ -25,7 +25,7 @@ async function main() {
25
launchArgs: ["--disable-extensions", "./test"],
26
// This is necessary because the tests fail if more than once
27
// instance of Code is running.
28
- version: "insiders"
+ version: "1.67.2"
29
});
30
} catch (err) {
31
// tslint:disable-next-line:no-console
0 commit comments