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

Fix missing imports due to pylance thinking open documents are under default workspace #8033

Merged
merged 6 commits into from
Oct 21, 2024

Commits on Oct 18, 2024

  1. wip

    bschnurr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6548ddd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. package wait time

    bschnurr committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7f1f101 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. revert analyze wait times

    bschnurr committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    163d7c4 View commit details
    Browse the repository at this point in the history
  2. update messaging

    bschnurr committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a1f4f50 View commit details
    Browse the repository at this point in the history
  3. initialize folders when sending the pylance initialize call. this way…

    … we wont be creating a default workspace if textdocument/didopen is sent before workspacefolders are updated
    bschnurr committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1dce55e View commit details
    Browse the repository at this point in the history
  4. return list

    bschnurr committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    378268f View commit details
    Browse the repository at this point in the history