microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.47k stars 454 forks source link

Chinese is not displayed correctly #245

Closed tim37021 closed 5 years ago

tim37021 commented 7 years ago

I use visual studio 2017. The build output does not display correctly.

image

However, if I use task.json to build it works perfectly image

xdray commented 6 years ago

I get same question

vector-of-bool commented 6 years ago

@Randshot Look familiar? I bet its the same output code page issue. I want to move the build logs to an integrated terminal, and then maybe this issue would be easy to fix.

If not that, it may be enough to use the same technique for launching vswhere as here when running --build?

no-realm commented 6 years ago

It certainly looks familiar. Moving to the integrated terminal may fix this issue, assuming that it doesn't use code pages.

bobbrow commented 5 years ago

This looks like a duplicate of #153 which may have been fixed by PR #550. Is this still an issue for you?