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'm installing VSCode on a 64-bit Windows 10 but i get a message like this: WARNING: 64-bit install requested on 32-bit system. Installing 32-bit VSCode
Expected Behaviour
64-bit VSCode should install on a 64-bit Windows 10
Actual Behaviour
The function Test-IsOsArchX64 is testing the OS Architechture with: (Get-CimInstance -ClassName Win32_OperatingSystem).OSArchitecture -eq '64-bit'
Because of language version different from English the answer is not '64-bit' even though the system is 64-bit. In my case it's '64-bittinen' as my OS is in Finnish. Other languages probably have this issue too.
The text was updated successfully, but these errors were encountered:
System Details
System Details Output
Issue Description
I'm installing VSCode on a 64-bit Windows 10 but i get a message like this:
WARNING: 64-bit install requested on 32-bit system. Installing 32-bit VSCode
Expected Behaviour
64-bit VSCode should install on a 64-bit Windows 10
Actual Behaviour
The function Test-IsOsArchX64 is testing the OS Architechture with:
(Get-CimInstance -ClassName Win32_OperatingSystem).OSArchitecture -eq '64-bit'
Because of language version different from English the answer is not '64-bit' even though the system is 64-bit. In my case it's '64-bittinen' as my OS is in Finnish. Other languages probably have this issue too.
The text was updated successfully, but these errors were encountered: