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 900b402 commit 218e853Copy full SHA for 218e853
Packages/com.unity.ide.visualstudio/Editor/VisualStudioForWindowsInstallation.cs
@@ -230,7 +230,7 @@ private static IEnumerable<VisualStudioInstallation> QueryVsWhere()
230
231
const string arguments = "-prerelease -format json";
232
233
- // We've seen issues with json parsing in utf8 mode and with specific code pages (like in Korea)
+ // We've seen issues with json parsing in utf8 mode and with specific non-UTF code pages like 949 (Korea)
234
// So try with utf8 first, then fallback to non utf8 in case of an issue
235
// See https://github.com/microsoft/vswhere/issues/264
236
try
0 commit comments