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
The checkMbedInstalled function the out/extension script contains the following line
spawnCMD('where mbed')
"where" is a UNIX/LINUX specific command
the equivalent command on windows would be spawnCMD('where mbed')