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

How to hide update notifications? #867

Closed
NatoBoram opened this issue Jun 21, 2022 · 8 comments
Closed

How to hide update notifications? #867

NatoBoram opened this issue Jun 21, 2022 · 8 comments

Comments

@NatoBoram
Copy link

NatoBoram commented Jun 21, 2022

please complete the following information:

  • OS version: Pop!_OS 22.04 LTS x86_64
  • Editor version: 1.67.0-insider
  • Programming language: N/A
  • TabNine extension version: v3.5.581

Issue Details:

TabNine outputs a lot of notifications and I'd like to disable some of them.

For example, here's a notification that I'd like to disable:

image

void showMessage({
messageId: "prerelease-installer-update",
messageText: `TabNine has been updated to ${availableVersion} version. Please reload the window for the changes to take effect.`,
buttonText: "Reload",
action: () =>
void commands.executeCommand("workbench.action.reloadWindow"),
});

I was unable to find the setting that disables that.

gz#15414

@maya-tabnine
Copy link

This is a VSCode setting.
I looked it up online and found this link

@NatoBoram
Copy link
Author

NatoBoram commented Jun 30, 2022

You are referring to VSCode's update mechanism. I am referring to TabNine's custom notification after an update.

Specifically, this code:

void showMessage({
messageId: "prerelease-installer-update",
messageText: `TabNine has been updated to ${availableVersion} version. Please reload the window for the changes to take effect.`,
buttonText: "Reload",
action: () =>
void commands.executeCommand("workbench.action.reloadWindow"),
});

@dimacodota
Copy link
Contributor

hey @NatoBoram, you can disable the tabnine "beta" channel updates (tabnine.receiveBetaChannelUpdates)
Screen Shot 2022-07-11 at 0 11 32

@stale
Copy link

stale bot commented Oct 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1 similar comment
@stale
Copy link

stale bot commented Dec 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added wontfix and removed wontfix labels Dec 12, 2022
@stale
Copy link

stale bot commented Feb 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added wontfix and removed wontfix labels Feb 12, 2023
@stale
Copy link

stale bot commented Apr 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 15, 2023
@NatoBoram
Copy link
Author

Do you mean that the only way to disable this specific notification is to opt out of beta?

@stale stale bot removed the wontfix label Apr 15, 2023
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

4 participants