Summary of the new feature/enhancement
When PowerShell installations are updated on Windows, any pins (start menu, taskbar) for the shell are marked as no longer working, and are then removed, along with any items pinned in the jump lists. VS Code is able to keep its icon and its jump lists intact during upgrades, and it would be appreciated if PowerShell could do the same. It appears this was worked on at one time, but the issue might have been slightly different, as those issues are marked closed and resolved. (#6088)
Proposed technical implementation details (optional)
It appears that VS Code has a specific mechanism that fires during the install process to preserve the pins so that they stay working. I don't even remember how I ran across is, but at the time I said, `oh, that's how they do it.'
Summary of the new feature/enhancement
When PowerShell installations are updated on Windows, any pins (start menu, taskbar) for the shell are marked as no longer working, and are then removed, along with any items pinned in the jump lists. VS Code is able to keep its icon and its jump lists intact during upgrades, and it would be appreciated if PowerShell could do the same. It appears this was worked on at one time, but the issue might have been slightly different, as those issues are marked closed and resolved. (#6088)
Proposed technical implementation details (optional)
It appears that VS Code has a specific mechanism that fires during the install process to preserve the pins so that they stay working. I don't even remember how I ran across is, but at the time I said, `oh, that's how they do it.'