codota / TabNine

AI Code Completions
https://tabnine.com
MIT License
10.58k stars 493 forks source link

Ability to stop Welcome to TabNine / Getting Started popup with vscode settings #592

Closed xangelix closed 1 year ago

xangelix commented 1 year ago

Issue Details:

The extension works flawlessly with Gitpod VScode, including automatic logins, however, the "Getting Started with TabNine" page shows on every startup. Along with other extensions that may do this, it makes interacting with the environment on load difficult and frustrating, as popups grab interactivity away from the user.

Other extensions have fixed this issue in Gitpod and similar containerized environments by implementing settings that stop the popup on installation or update. For example,

    "gitlens.showWelcomeOnInstall": false,
    "gitlens.showWhatsNewAfterUpgrades": false,

or

    "vsicons.dontShowNewVersionMessage": true,

Adding this functionality would be great for similar environments.

gz#21967

(related to Zendesk ticket #21967)

TzufTabnine commented 1 year ago

@xangelix

Unfortunately, we don't have this feature at the moment.

stale[bot] commented 1 year ago

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.