-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature Request: Auto Hide Notitications After 5 - 15 seconds. #379
Comments
Hi @elibroftw - Currently VSCode doesn't provide us a way to auto hide notifications after a certain amount of time - microsoft/vscode#2732 Thanks for bringing this up, it makes sense that these notifications would become cumbersome after you're familiar with the extension. I think we could revisit if these notifications are really necessary and possibly remove them completely, or we could provide a setting in our extension's settings to disable these notifications. Do you have any preferences? I'll ask the team as well. |
I think you should start with an option to disable successful notifications. |
I'd favor this option too! I'd be happy to implement it myself later today and see what you all think. Really, VSC should just have a toast service so we can show toasts to user. (i.e. messages with a timeout that require no particular action) They seem to be keen on using the status bar for things like that, though. I guess in their vision, this extension would use the status bar with "Not Connected" or "Connected to {databaseName}". Perhaps this extension should also contribute a status bar item like this as well?
Edit: Just noticed that the status bar thing was already implemented, so this would be achieved very easily by simply persisting the last message in the status bar instead of hiding it after. |
Feature Request
Title
Detailed Description
Just another extension that makes me click the x on its constant notifications...
Context
Improves productivity
Possible Implementation
The text was updated successfully, but these errors were encountered: