When developing office 365 addons, some of our installations of Office 365 are using Internet explorer to display the addons, and thus debugging is done using the F12 tool. Some of our installations are using Microsoft edge and can be debugged using the Edge developer tools.
Now my question is, how can we make sure everyone uses Edge to display the addons? Internet explorer is causing some issues with our development builds.
Thanks in advance.