Closed NovaNekmit closed 3 years ago
Hi again, are you waiting on more changes before pushing an update to the vscode marketplace?
Hi, terribly sorry. Meant to include this in 0.0.6 in the marketplace but forgot to pull this commit before publishing.
Published 0.0.7 containing this fix now.
The extension package does not contain the fix. Not sure how the build works, but you didn't update the version in the package.json
, maybe that has something to do with it?
And looking back over the changes now, i think the \
i added is superfluous.
CMock may fail without a preceding space:
Unity tools deal with this just fine, but here the regex was to strict.
(Above output is reproducible by duplicating line 21 here: https://github.com/ThrowTheSwitch/CMock/blob/master/examples/temp_sensor/test/TestMain.c#L21 and running
rake
in thetemp_sensor
folder)