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

Pylance will request PTVS to listen for "**/*" under root but we dont… #8059

Closed

Commits on Nov 7, 2024

  1. Pylance will request PTVS to listen for "**/*" under root but we dont…

    … want to listen for file events in the interpreter folder. We already have conda and pip managers listening to them.
    
    This fixes the issue of deleting an "env" folder then having PTVS quickly switching to the default env folder and tells Pylance to update its interpreter settings but the previous env folder file evnets are still being triggered and after Pylance updates its config it will keep refreshing analysis due to previous env file events.
    bschnurr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    52903c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    451bf54 View commit details
    Browse the repository at this point in the history