You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose two new options `esbonio.server.updateFrequency` and `esbonio.server.updateBehavior` that control how the Esbonio extension should handle updates to the language server.
As the name implies `esbonio.server.updateFrequency` controls how often checks for new updates should be performed, including an option `never` that will disable update checks completely.
`esbonio.server.updateBehavior` controls what the extension should do when it detects an update is available. It can either apply updates automatically, or prompt the user for every major / every new version it encounters.
Closes#88Closes#89
prompt
, prompt before updatingauto
, automatically install updatesThe text was updated successfully, but these errors were encountered: