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

Suppress messages by default #222

Closed
rightaway opened this issue Dec 2, 2017 · 2 comments
Closed

Suppress messages by default #222

rightaway opened this issue Dec 2, 2017 · 2 comments
Assignees
Labels
question wontfix Will not be worked on

Comments

@rightaway
Copy link

Would you consider suppressing these 2 types of messages by default? In my opinion they add nothing to the developer experience and feel 'spammy'. If no other extensions let us know by default that they've been updated or have a welcome message then that's the behavior that developers are used to.

    "suppressUpdateNotice": true,
    "suppressWelcomeNotice": true
@eamodio
Copy link
Member

eamodio commented Dec 28, 2017

IMO there would be no purpose to suppressing the "welcome notice" by default -- the purpose is to welcome you the first time (and then not again). Though I agree that right now the welcome doesn't provide any really useful -- I had originally thought it would be the starting point of a setup "wizard", but I never got around to implementing that. I'll have to think more about either killing the welcome or adding a wizard.

As for the "update notice", you can either set the setting manually, or click the Don't Show Again button on the notification. I think this provides a reasonable balance for how different people work.

I completely disagree with you that they add nothing to the developer experience -- I try to provide pretty detailed changelogs and often add many new features, so this provides a way for users to know that there has been an update and to check out what's new. Now, for the "spammy" feel to them, I would somewhat agree, but currently I don't see a better alternative. I would love if there was some low-impact/passive mechanism for vscode to aggregate all extension updates into a single screen. So that I could still have the benefit of knowing there was an update, and getting to the changelog, but without pushing it in your face.

I would suggest voting/commenting on this issue: microsoft/vscode#21583, to have another mechanism for extensions to relay this information.

@github-actions
Copy link

github-actions bot commented Dec 7, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question wontfix Will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants