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

Feature Request: Auto Hide Notitications After 5 - 15 seconds. #379

Open
elibroftw opened this issue Dec 23, 2021 · 3 comments
Open

Feature Request: Auto Hide Notitications After 5 - 15 seconds. #379

elibroftw opened this issue Dec 23, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@elibroftw
Copy link

Feature Request

Title

Detailed Description

image
Just another extension that makes me click the x on its constant notifications...

Context

Improves productivity

Possible Implementation

@Anemy
Copy link
Member

Anemy commented Jan 5, 2022

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.

@elibroftw
Copy link
Author

I think you should start with an option to disable successful notifications.

@alenakhineika alenakhineika added the enhancement New feature or request label Feb 21, 2022
@SethFalco
Copy link
Contributor

SethFalco commented May 25, 2022

or we could provide a setting in our extension's settings to disable these 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?
It can have states like the following:

  • Not Connected
  • Connecting to {databaseName}
  • Connected to {databaseName}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants