We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a82763 commit 0b3b7a3Copy full SHA for 0b3b7a3
Tasks/VsTest/helpers.ts
@@ -163,7 +163,7 @@ export class Helper {
163
return argument;
164
}
165
166
- public static setConsoleCodePage() {
+ public static setConsoleCodePage() {
167
tl.debug("Changing active code page to UTF-8");
168
const chcp = tl.tool(path.resolve(process.env.windir, "system32", "chcp.com"));
169
chcp.arg(["65001"]);
0 commit comments