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

Disable MongoDB tab / welcome screen on first startup #704

Open
ingokofler opened this issue Mar 12, 2024 · 1 comment
Open

Disable MongoDB tab / welcome screen on first startup #704

ingokofler opened this issue Mar 12, 2024 · 1 comment

Comments

@ingokofler
Copy link

ingokofler commented Mar 12, 2024

Question

Is there a way to disable the Tab "MongoDB" that pops up on first startup on Visual Studio code?

Additional context

We are pre-installing this VSCode extension in a Linux Live system and therefore the tab always appears after every system boot when starting VSCode. Even worse, also when switching among different VSCode profiles this tab always appears again.

@Anemy
Copy link
Member

Anemy commented Mar 12, 2024

Hi @ingokofler - this sounds like a valid use case.
I don't think there's a way to disable it at the moment. Here's where we show it in our code:

showOverviewPageIfRecentlyInstalled(): void {

We could add a global setting that would skip that check though. Feel free to open a pull request, from my knowledge we don't have this work planned.

Alternatively you can create a request on our feedback forum: https://feedback.mongodb.com/
We have voting and can give progress there for these sorts of things. I imagine we'll prioritize it if we have more folks running into it.
Thanks for opening the issue and checking out the extension!

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

2 participants