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
alcarney
changed the title
Expose an option that gives the user control over updates
Expose an option that gives the user control over update frequency
Feb 2, 2021
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
never
,monthly
,weekly
,daily
The text was updated successfully, but these errors were encountered: