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 CMSIS Solution Outline View to display filenames with access sequences resolved, and adds a tooltip showing both resolved and original file strings (Issue #103).
Changes:
- Expand access sequences before computing the displayed file label (basename).
- Add a Markdown tooltip containing both resolved and original file path/name when expansion changes the string.
- Update the USBD outline reference output to reflect the new label + tooltip behavior.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| test-data/solutions/USBD/CmsisViewTreeRef.txt | Updates expected outline tree output to show resolved labels and the new tooltip content. |
| src/views/solution-outline/tree-structure/solution-outline-file-item.ts | Uses resolved paths to compute displayed filename and sets a resolved/original tooltip when access sequences expand. |
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (1)
🛟 Help
|

Fixes
#103
Changes
Screenshots
Checklist