Skip to content

Commit 2292b7e

Browse files
pin VS Code version for testing to 1.106.3 (#2010)
1 parent 6e1a95d commit 2292b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if (vsixPath) {
8080
extensionDependencies.push("vadimcn.vscode-lldb", "llvm-vs-code-extensions.lldb-dap");
8181
}
8282

83-
const vscodeVersion = process.env["VSCODE_VERSION"] ?? "stable";
83+
const vscodeVersion = process.env["VSCODE_VERSION"] ?? "1.106.3";
8484
log("Running tests against VS Code version " + vscodeVersion);
8585

8686
const installConfigs = [];

0 commit comments

Comments
 (0)