Extension support for VS Code CMSIS Project Extension
28
stars
5
forks
source link
`Create a New Solution` does not work correctly for examples from locally installed packs (`.csolution.yml` packs version problems) #126
Open
MiloradCvjetkovic opened 4 days ago
Type: Bug Report
Extension Version: 1.44.0
Description
Using
Create a New Solution
button for copying example behaves differently when example is coming from the Web or from locally installed packs.If the example is copied from locally installed pack the pack description in the
.csolution.yml
is changed in the following ways:^
is changed to"::"
>=
orexplicit version
looses the version descriptionExample
Example.csolution.yml
with the following content:in the copied version looks like below:
Expected behavior
.csolution.yml
should not be changed when copied from the locally installed pack.The behavior is correct when example is coming from the Web, in that case the complete
.csolution.yml
file is preserved as is.