From 8b1315fe9e89298001b2b1898fd1947fc4bcdbb8 Mon Sep 17 00:00:00 2001 From: Kevin Hawkins Date: Fri, 15 Dec 2023 11:10:53 -0800 Subject: [PATCH] Attemping to patch VSCode tests issue --- package-lock.json | 6 +++--- src/test/runTest.ts | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbcb398..f4e39e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1913,9 +1913,9 @@ } }, "node_modules/@vscode/test-electron": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.6.tgz", - "integrity": "sha512-M31xGH0RgqNU6CZ4/9g39oUMJ99nLzfjA+4UbtIQ6TcXQ6+2qkjOOxedmPBDDCg26/3Al5ubjY80hIoaMwKYSw==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.8.tgz", + "integrity": "sha512-b4aZZsBKtMGdDljAsOPObnAi7+VWIaYl3ylCz1jTs+oV6BZ4TNHcVNC3xUn0azPeszBmwSBDQYfFESIaUQnrOg==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", diff --git a/src/test/runTest.ts b/src/test/runTest.ts index e8c7ea7..f66c10a 100644 --- a/src/test/runTest.ts +++ b/src/test/runTest.ts @@ -15,12 +15,7 @@ import { import { spawnSync } from 'child_process'; import { CORE_EXTENSION_ID } from '../utils/constants'; -// There's a known issue (https://github.com/microsoft/vscode/issues/200895) -// with VSCode 1.85.1 and running tests on Windows. We'll stick with an -// explicit working version for now. TODO: change this back to 'stable' when -// the problem is resolved. -// const VSCODE_VERSION = 'stable'; -const VSCODE_TEST_VERSION = '1.84.2'; +const VSCODE_TEST_VERSION = 'stable'; async function main() { try {