We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1a95d commit 2292b7eCopy full SHA for 2292b7e
.vscode-test.js
@@ -80,7 +80,7 @@ if (vsixPath) {
80
extensionDependencies.push("vadimcn.vscode-lldb", "llvm-vs-code-extensions.lldb-dap");
81
}
82
83
-const vscodeVersion = process.env["VSCODE_VERSION"] ?? "stable";
+const vscodeVersion = process.env["VSCODE_VERSION"] ?? "1.106.3";
84
log("Running tests against VS Code version " + vscodeVersion);
85
86
const installConfigs = [];
0 commit comments