Show package names only once #1920
Analysis complete
Summary
Fixed a bug in the solution explorer that caused duplicate package references to appear. Modified packageRefs
in src/Components/SolutionExplorer.fs
to filter out duplicates by name.
Walkthrough
- Fix bug of duplicate package references in solution explorer by removing them before mapping to string (link)
Poem
packageRefs
fixed
No more duplicates shown in
Solution explorer
Emoji
🐛🗑️🗃️
Include these descriptions in your pull request description by including the following marker tags:
copilot:all
: all the content, in one gocopilot:summary
: a one paragraph summary of the code changescopilot:walkthrough
: a step by step walkthrough of the code changescopilot:poem
: a poem about the code changes!copilot:emoji
: three emoji that capture the changes
Feedback is welcome. Simply add a comment to this PR of the form /copilot feedback [your comments here]
.
Details
Copilot for PRs is a limited technical preview from GitHub Next.
It's aim is to make it easier to write pull request descriptions by providing automatically generated suggestions based on the code changes.
To find out more go to https://githubnext.com/projects/copilot-for-pull-requests or come and chat with us on Discord
File | Status | Duration |
---|---|---|
Summary & Walkthrough | ✅ Finished | 12.5 seconds |
src/Components/SolutionExplorer.fs | ✅ Finished | 3.6 seconds |