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

"Updated" notification popping up semi-frequently #189

Closed
vith opened this issue Mar 30, 2021 · 3 comments
Closed

"Updated" notification popping up semi-frequently #189

vith opened this issue Mar 30, 2021 · 3 comments

Comments

@vith
Copy link

vith commented Mar 30, 2021

vscode.window.showInformationMessage('Updated');

I'm not sure what this is supposed to mean to me as a user; for a long time I didn't know what extension was causing it. I think I see this pop up a few times a day for some reason.

Is this just leftover debugging that can be removed? Or maybe the message can be clarified, and/or only be displayed if some relevant configuration key actually changed?

@auchenberg
Copy link
Owner

@vith Good catch, yes this should be removed.

@jamilraichouni
Copy link

jamilraichouni commented Apr 11, 2021

Hi!

First: Thanks for that extension!
Second: May you publish a new release where that message disappears?

Temporary I removed the line 51

vscode.window.showInformationMessage('Updated');

from the function configurationChanged in the file extensions/auchenberg.vscode-browser-preview-0.7.0/build/ext-src/telemetry.js.

Thank you,
Jamil

@auchenberg
Copy link
Owner

@jamilraichouni Done

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

No branches or pull requests

3 participants