Added
- Allow substitution variables in
defaultRunArguments
andoptions.runArguments
within the settings file - Allow distribution process targets to run a built executable (ie:
${buildDir}/my-process
)
Fixed
- Regression: compile_commands.json always needs to generate from all targets
- Use
(buildDir)/int.(name)
for the intermediate directory. This avoids various problems, but will rebuild
Full Changelog: v0.7.23...v0.7.24