Microsoft Bot Framework Emulator- How to disable Auto update
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
Describe the bug
We are in process to test silent install\upgrade\uninstall for Microsoft Bot Framework Emulator.
We need to know if there is any setting available globally to disable auto updates.
In GUI there is option to check\uncheck updates, but that setting is not locally visible also its user specific.
We need to disable autoupdate or update check for all users without user intervention.
To Reproduce
NA
Expected behavior
There should be option to disable update for allusers
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]
any update on this?
hi @metaad, we are evaluating the new tooling available in the M365 Agents Toolkit, notice you can sideload the test tool with winget install Microsoft.AgentsPlayground
if you prefer to continue using the BotFramework Emulator you might need to patch the code yourself to disable updates, as we are not planning any new releases.
https://github.com/microsoft/BotFramework-Emulator/blob/a89a783c98a553b60d3b518c9852cc290b10250d/packages/app/main/src/main.ts#L192