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

Reduce the number of startup notifications #7808

Closed
brettcannon opened this issue Oct 7, 2019 · 3 comments
Closed

Reduce the number of startup notifications #7808

brettcannon opened this issue Oct 7, 2019 · 3 comments
Assignees
Labels
area-editor-* User-facing catch-all debt Covers everything internal: CI, testing, refactoring of the codebase, etc. important Issue identified as high-priority needs proposal Need to make some design decisions partner ask

Comments

@brettcannon
Copy link
Member

No description provided.

@brettcannon brettcannon added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. feature-* needs proposal Need to make some design decisions labels Oct 7, 2019
@brettcannon brettcannon added the important Issue identified as high-priority label Oct 7, 2019
@DonJayamanne
Copy link

  • We might want to consider waiting till VS Code comes up with a new UX for notifications/startup messages.
  • Also, we could defer loading (executing) parts of the extension until the extension has been configured (e.g. an interpreter has been selected).

@luabud
Copy link
Member

luabud commented Jul 15, 2021

These are/were the main notifications that show(ed) on load and their current status:

Notification Status More Info
"pylint is not installed" 🚮 The notification will only show for workspaces who have pylint explicitly configured in their settings. Doesn't show for new/blank workspaces anymore
"You need to select an interpreter to use the Python extension features" notification 🚮 The notification doesn't show up on load anymore. Only when users trigger something that requires an interpreter to be selected.
"Join our insiders program" notification (when using VS Code Insiders only) 🚮 Notification is no longer displayed since we moved to pre-release
"The default macOS interpreter isn't optimal to be used by the Python extension" notification 🚮 Not displayed on load anymore
"Python is not installed" notification This notification is still displayed on load but only for users who don't have Python installed. We plan to remove it by addressing #19099
"Tip: you can select the interpreter through the status bar" 🚮 This notification was removed entirely
"Update inheritEnv setting when using conda" This notification is still being displayed, we still need a good solution for it to be removed (#19001)

@luabud
Copy link
Member

luabud commented Jul 27, 2022

Closing in favour of #19174

@luabud luabud closed this as completed Jul 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-editor-* User-facing catch-all debt Covers everything internal: CI, testing, refactoring of the codebase, etc. important Issue identified as high-priority needs proposal Need to make some design decisions partner ask
Projects
None yet
Development

No branches or pull requests

4 participants