Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose an option that gives the user control over update frequency #88

Closed
alcarney opened this issue Feb 2, 2021 · 0 comments · Fixed by #95
Closed

Expose an option that gives the user control over update frequency #88

alcarney opened this issue Feb 2, 2021 · 0 comments · Fixed by #95
Labels
enhancement New feature or request ide:vscode Issues that relate to the Esbonio vscode extension

Comments

@alcarney
Copy link
Member

alcarney commented Feb 2, 2021

never, monthly, weekly, daily

@alcarney alcarney added enhancement New feature or request ide:vscode Issues that relate to the Esbonio vscode extension labels Feb 2, 2021
@alcarney 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
alcarney added a commit that referenced this issue Feb 3, 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 #88 
Closes #89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ide:vscode Issues that relate to the Esbonio vscode extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant