Skip to content

Commit f9ddb40

Browse files
committed
Switch to stable VS Code version for tests
1 parent 3afa15a commit f9ddb40

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

extensions/ql-vscode/test/vscode-tests/jest-runner-vscode.config.base.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ const rootDir = path.resolve(__dirname, "../..");
1212

1313
/** @type import("jest-runner-vscode").RunnerOptions */
1414
const config = {
15-
// Temporary until https://github.com/github/vscode-codeql/issues/2402 is fixed
16-
// version: "stable",
17-
version: "1.77.3",
15+
version: "stable",
1816
launchArgs: [
1917
"--disable-gpu",
2018
"--extensions-dir=" + path.join(rootDir, ".vscode-test", "extensions"),

0 commit comments

Comments
 (0)