Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Fixes the CMSIS View project tree not refreshing when the active target-type changes by ensuring the correct .cbuild.yml file is (re)loaded for a project when the indexed cbuild filename changes.
Changes:
- Resolve the
cbuildfile path once per entry and reuse it consistently. - When reusing an existing
CbuildFileinstance, load it using the newly resolved path so the underlying filename updates on target/context changes.
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (1)
🛟 Help
|
jkrech
left a comment
There was a problem hiding this comment.
LGTM. How about the outstanding test recommended by copilot?

Fixes
Changes
Checklist