From d1adf8a440f803e235c8bc5dcd26ea04e6bf13a1 Mon Sep 17 00:00:00 2001 From: Ezio Li Date: Tue, 4 Apr 2023 08:46:31 +0000 Subject: [PATCH] Run locale testing on vscode latest stable version (#1938) --- test/localization/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/localization/runTest.ts b/test/localization/runTest.ts index 46f1f5a23..cb27e1780 100644 --- a/test/localization/runTest.ts +++ b/test/localization/runTest.ts @@ -20,7 +20,7 @@ async function launchTests() { extensionDevelopmentPath, extensionTestsPath, launchArgs: ["--locale", "zh-cn"], - version: "1.75.0", + version: "stable", }); } catch (err) { console.error(err);