Share via

How to update tools->options->TextEditor->XML->miscellaneous schema cache programatically

golf89 1 Reputation point
2022-02-18T06:43:43.937+00:00

Hi All,

I want to change value of XML Schema Cache location in visual studio tool options. When i checked found that these values are stored in CurrentSettings.vssettings file and can be read using dte.prioperties.

But dte.properties need 2 strings, where "<PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue>" is under a Category tag "XMLEditor".

Can someone please help how to update this value?

Regards,

Community Center | Not monitored

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.