Reputation: 3566
I'm trying to figure out where the Visual Studio Productivity Power Tools settings are stored. I recently moved to a new instance of visual studio and I've lost all of my Power Tools regex tab coloring settings. They are clearly not part of the normal VS2010 settings file, as I exported and imported this already. Any help would be great!
Upvotes: 16
Views: 3571
Reputation: 19021
It's just stored in the registry under
HKCU\Software\Microsoft\VisualStudio\10.0
It seems the regexes are under
...\DialogPage\Microsoft.DocWellBehavior.Options.ColorCodingOptions
Upvotes: 22