omnisharp-roslyn icon indicating copy to clipboard operation
omnisharp-roslyn copied to clipboard

Reuse Omnisharp's encoding in RunTest output

Open Melandel opened this issue 5 years ago • 2 comments

Hello,

Currently I run omnisharp.exe --encoding utf-8 but when I use the RunTest endpoint, the output has broken characters because the output encoding depends on my system: image

Would it make sense to spread omnisharp's encoding to the output of the processes it runs ?

Maybe we can use ProcessStartInfo.StandardOutputEncoding when Omnisharp runs the dotnet cli Process to run the tests

Melandel avatar Apr 13 '20 11:04 Melandel

Still has problem. When run test from vscode text editor. 圖片

drsmile1001 avatar Jun 02 '21 00:06 drsmile1001

same issue still exists


版本: 1.60.0 (system setup) 提交: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff 日期: 2021-09-01T10:41:52.311Z Electron: 13.1.8 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.19043


.Net Core Test Explorer v1.4.3

pizzacrystal avatar Sep 13 '21 03:09 pizzacrystal