microsoft / VS-PPT

Productivity Power Tools - a set of Visual Studio extensions improving developer productivity.
http://aka.ms/extendvs
Other
886 stars 146 forks source link

Peek Help - Browser no longer supported #258

Open Khaos66 opened 2 years ago

Khaos66 commented 2 years ago

As mentioned by a lot of users on the marketplace the current browser for peek help is IE. So instead of the help page actually an error message is displayed. This marks peek help unusable image

olegtk commented 2 years ago

Can somebody suggest a fix? The extension is open sourced: https://github.com/microsoft/VS-PPT/blob/master/src/PeekF1/src/Peek/F1PeekResultPresentation.cs

mw-nfi commented 2 years ago

Yes. I have the same issue too. I have a fresh installed windows 10 with Visual Studio Enterprise Edition and Microsoft Edge Browser as default. Script issues warnings comes on peek help too.

ajtruckle commented 2 years ago

PeekHelpError

Same here - I have Edge installed - and WebView2!

ajtruckle commented 2 years ago

The fix is for peek help to use webview2!!!!

mw-nfi commented 2 years ago

The fix is for peek help to use webview2!!!!

Can you tell me please how you use webview2? On my machine is webview2 installed but it doesn't work.

ajtruckle commented 2 years ago

@mw-nfi you misunderstood what I meant. I was stating that the authors need to rewrite their plugin to use WebView2 instead of IE.

mw-nfi commented 2 years ago

@mw-nfi you misunderstood what I meant. I was stating that the authors need to rewrite their plugin to use WebView2 instead of IE.

ah okay. sorry