ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
28 stars 5 forks source link

Change of `*.cbuild-set.yml` should not trigger `cbuild setup ... --update-rte` #106

Open ReinhardKeil opened 3 weeks ago

ReinhardKeil commented 3 weeks ago

When only the context is changed, do not trigger --update-rte as this potentially changes the files.

--update-rte should be triggered on changes to the following input files: csolution.yml, cbuild.yml, cgen.yml, clayer.yml.

brondani commented 3 weeks ago

When changing the context selection, if the config files for such contexts are not in the project's filetree it will result in an error due to the missing files. This is a use case that has already been reported by @RobertRostohar - we have decided the --update-rte option is needed in this case. Otherwise how to cope with that?