Skip to content

Commit

Permalink
Switch vscode to stable for localization test (#1003)
Browse files Browse the repository at this point in the history
Co-authored-by: Ezio Li <v-yukl@microsoft.com>
  • Loading branch information
lexie011 and EzioLi01 authored Sep 11, 2024
1 parent 7fe784c commit 4b6b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/localization/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function launchTests() {
extensionDevelopmentPath,
extensionTestsPath,
launchArgs: ["--locale", "zh-cn"],
version: "1.91.1",
version: "stable",
});
} catch (err) {
console.error(err);
Expand Down

0 comments on commit 4b6b8fb

Please sign in to comment.