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
When going to Devices->Logical, indicate an error in getting the drives list instead of being entirely blank.
Similarly for when trying to start a new project or open an existing one. With WMI failing, unchecking "Use default location" loads an empty list under Devices, instead of indicating an error getting the device list.
edit: This also occurs using CLI command "pio device list --logical". It just returns nothing instead of indicating an error parsing from wmic.
Configuration
VSCode in Windows 10, probably Windows in general:
Description of problem
WMI initialization issues cause "wmic logicaldisk get name,VolumeName" to return "invalid namespace" instead of the list of drives.
A Windows problem for sure, but there's no indication from PIO what's actually going on.
What kind of issue is this?
When going to Devices->Logical, indicate an error in getting the drives list instead of being entirely blank.
Similarly for when trying to start a new project or open an existing one. With WMI failing, unchecking "Use default location" loads an empty list under Devices, instead of indicating an error getting the device list.
edit: This also occurs using CLI command "pio device list --logical". It just returns nothing instead of indicating an error parsing from wmic.
Configuration
VSCode in Windows 10, probably Windows in general:
Description of problem
WMI initialization issues cause "wmic logicaldisk get name,VolumeName" to return "invalid namespace" instead of the list of drives.
A Windows problem for sure, but there's no indication from PIO what's actually going on.
Steps to Reproduce
Additional info
https://learn.microsoft.com/en-us/answers/questions/684166/failed-to-initialize-all-required-wmi-classes.html
The text was updated successfully, but these errors were encountered: