Skip to content

Commit

Permalink
Run locale testing on vscode latest stable version (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 committed Apr 4, 2023
1 parent 6be7e4e commit d1adf8a
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.75.0",
version: "stable",
});
} catch (err) {
console.error(err);
Expand Down

0 comments on commit d1adf8a

Please sign in to comment.