ARM-software / vscode-cmsis-csolution

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

modifying project yml aggressively drops project from solution context #56

Closed vescovd1 closed 3 months ago

vescovd1 commented 3 months ago

Type: Bug Report

Describe the bug

To Reproduce Steps to reproduce the behavior: See above.

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Code sample and logs

Screenshots

Additional context

It appears the yml syntax scanner is too aggressive and drops projects from solution's context and does not allow simple yml edits.
mcgordonite commented 3 months ago

Thanks for reporting this issue, it is very annoying. We'll get a fix out for it as soon as possible.

mcgordonite commented 3 months ago

Version 1.33.1 released today has an initial fix for this. The projects will not be dropped from the context if the YAML is invalid.