You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I change the codepage to 65001 (UTF-8) for some tasks and tools to handle non-ascii characters. Without it, some tasks fail if you have non-ascii characters in %TEMP%, for example.
When powershell runs, it will change the active font if it thinks the current one can't display everything from the codepage. In this case, it assumes Consolas cannot display UTF-8 and changes to raster. I don't execute powershell directly, but I'm pretty sure msbuild does.
Note that it doesn't happen with the new terminal at all and I've never had the problem when mob is launched from the debugger. I can reproduce it if I change the debugging settings to launch cmd and type the two commands above, but not when running mob directly. Nevermind, I get it all the time
When
mob
"build and install"gtest
, I often (always?) get a weird font change (or something similar) in the console:It always happens on the
gtest
task.Reference font just to confirm:
The text was updated successfully, but these errors were encountered: