uli-weltersbach / XPathTools

A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
41 stars 4 forks source link

Make VS lookup more robust #31

Closed uli-weltersbach closed 5 years ago

uli-weltersbach commented 5 years ago

VisualStudioExperimentalInstance.cs currently relies on default installation paths. Using vswhere.exe for lookups of VS2017+ could help make the integration/E2E tests more robust.