It seem that the extension with version 2.3. fails to work with VS2017 due to a hard binding to version "16.0.0.0" of the Microsoft.Pex.Framework-assembly.
No dialog would show up if "Create IntelliTest" is called, but a error message in the output with an exception about not finding the respective assembly above.
It took me a while to understand that it was the sepific version that was wrong (because "15.0.0.0" is available on my system).
After downgrading to 2.1 of the extension things seem to work properly.
It seem that the extension with version 2.3. fails to work with VS2017 due to a hard binding to version "16.0.0.0" of the Microsoft.Pex.Framework-assembly.
No dialog would show up if "Create IntelliTest" is called, but a error message in the output with an exception about not finding the respective assembly above.
It took me a while to understand that it was the sepific version that was wrong (because "15.0.0.0" is available on my system).
After downgrading to 2.1 of the extension things seem to work properly.