SettingsStoreExplorer
SettingsStoreExplorer copied to clipboard
Allow modification of settings under Config
Right now, you cannot get a writable settings store for the Config scope. That's hard-coded in the IVsSettingsManager implementation.
Assuming we can find the registry root, can we synthesize one over the registry APIs?
You can find the registry root via ILocalRegistry4. A quick test shows that the location is writable, but modifications aren't persisted. Requires more investigation.
Also, Microsoft.VisualStudio.Shell.VSRegistry (from MPF) has static a RegistryRoot method.