Switch to stable VS Code version for tests

This commit is contained in:
Koen Vlaswinkel
2023-09-28 16:07:34 +02:00
parent 3afa15a0ce
commit f9ddb4080c

View File

@@ -12,9 +12,7 @@ const rootDir = path.resolve(__dirname, "../..");
/** @type import("jest-runner-vscode").RunnerOptions */
const config = {
// Temporary until https://github.com/github/vscode-codeql/issues/2402 is fixed
// version: "stable",
version: "1.77.3",
version: "stable",
launchArgs: [
"--disable-gpu",
"--extensions-dir=" + path.join(rootDir, ".vscode-test", "extensions"),