Open
Description
Summary of the new feature
Hit an interesting test failure today due to the fact that help is not updated in Azure Dev Ops.
Context: We use the help text for cmdlets in intellisense results.
This gives me an idea that it would be interesting if the PowerShell extension could inform users to update their help.
Proposed technical implementation details (optional)
Simple way:
Periodically notify the user to update their help
Smart way:
Figure out if we can tell there's been an update to help and run update-help for the user.