Skip to content

v0.2.0 is broken on windows due to UNIX specfic command in checkMbedInstalled() function #1

@Roietronics

Description

@Roietronics

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions