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

No notification when pylance is uninstalled #19010

Closed
meganrogge opened this issue Apr 26, 2022 · 6 comments
Closed

No notification when pylance is uninstalled #19010

meganrogge opened this issue Apr 26, 2022 · 6 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@meganrogge
Copy link

Testing #18964
Workspace:
Screen Shot 2022-04-26 at 9 25 57 AM
User:
Screen Shot 2022-04-26 at 9 26 07 AM
Screen Shot 2022-04-26 at 9 26 28 AM

I also tried reloading the window. Am I doing something wrong here?

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 26, 2022
@karthiknadig karthiknadig added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. triage and removed triage-needed Needs assignment to the proper sub-team labels Apr 26, 2022
@sbatten
Copy link
Member

sbatten commented Apr 26, 2022

No notification happens for me in web scenario either.

@kimadeline
Copy link

kimadeline commented Apr 29, 2022

@meganrogge the value of the python.languageServer setting in your workspace scope looks to be explicitly set to None, which will prevail over the user value. You can either clear this setting from your workspace settings (I can see how the test instructions were confusing), or set it explicitly to Pylance or Default.

@kimadeline
Copy link

Did the notification ever appear? If not, could you clarify the steps you followed?

@meganrogge
Copy link
Author

I never see a notification - with my workspace setting set to Default or Pylance and same for the user settings, I uninstall Pylance and don't see an otification.

@kimadeline
Copy link

Oh, I see what you mean. Yeah we don't currently display anything right after uninstalling Pylance at the moment.

@kimadeline kimadeline added needs PR and removed triage labels May 2, 2022
@github-actions github-actions bot removed the needs PR label Aug 9, 2022
@karrtikr karrtikr added the needs PR Ready to be worked on label Aug 9, 2022
@luabud
Copy link
Member

luabud commented Dec 14, 2023

I think it's ok to not show a notification right after uninstalling Pylance, as I could see this would bother some users. So closing this.

@luabud luabud closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
@github-actions github-actions bot removed the needs PR Ready to be worked on label Dec 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

6 participants