This extension installs single command named 'Clear Tracked Changes' in the TOOLS menu. When invoked, the command clears the tracked changes (the yellow, green and orange bars in the left part of the Visual Studio code editor) from all files. After installing, you can map a shortcut of your choice to the command - it should be present in TOOLS -> Options -> Environment -> Keyboard named as Tools.ClearTrackedChanges. CompatibilityThe marketplace version currently supports Visual Studio 2022, 2019, and 2017. The latest version supporting Visual Studio 2015 and below is v1.1.0. It is available in Releases, and could be manually installed using the .vsix file. HistoryThe extension is created as an exercise to answer this StackOverflow question: How to reset track changes in Visual Studio?. It is more of a hack, as it just toggles the Visual Studio setting for tracking changes (Tools -> Options -> Text Editor -> Track Changes), relying that this would clear the tracked changes from the editor. |