microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.36k stars 113 forks source link

Show visual feedback when tours become outdated #132

Closed gracegtaylor closed 3 years ago

gracegtaylor commented 3 years ago

Some developers have requested to receive a visual notification when CodeTour becomes outdated, so that they can change the tour or dismiss the prompt.

We can look into implementing a non-intrusive way to notify the user of a change in CodeTour when writing code.

lostintangent commented 3 years ago

Closing this in favor of #141, since we're going to auto-update the steps when the associated code changes.