numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 14 forks source link

fix ceedling (>=1.0.0) version regex #140

Closed Chr157i4n closed 1 month ago

Chr157i4n commented 1 month ago

In Ceedling version 0.32 or 1.0 the output of the version command was changed from

  Ceedling::   0.28.3
    Ceedling:: 0.31.1

to

       Ceedling => 0.32.0

i changed the regex for getting the version from ceedling to work (hopefully) with all three outputs

Chr157i4n commented 1 month ago

this is already included in https://github.com/numaru/vscode-ceedling-test-adapter/pull/139