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

Files to analyze count doesn't stack in multi-workspace scenarios #5884

Open
StellaHuang95 opened this issue May 15, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@StellaHuang95
Copy link
Contributor

Repro Steps

  1. Open a folder in VSCode that contains both python files and notebooks, with the kernel of the notebooks set to a different Python interpreter than the rest of the files.
  2. Observer the xxx files to analyze in the status bar at left bottom corner.

Expected behavior

The files to analyze count should either stack independently for each workspace, reflecting the count specific to each workspace, or it should display the total file count across all workspaces

Actual behavior

The files to analyze count initially displays the count for one workspace, and then suddenly flips to display the count of another workspace.

See https://github.com/microsoft/pyrx/blob/6c8650bfe6bd61aa69cc93b35af8f78bff1e3115/packages/pyright/packages/pyright-internal/src/languageServerBase.ts#L1276, each workspace can start its own progressMessage.

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label May 15, 2024
@StellaHuang95 StellaHuang95 added bug Something isn't working and removed needs repro Issue has not been reproduced yet labels May 15, 2024
@heejaechang
Copy link
Contributor

this is how vs shows each components status

Recording.2024-05-15.104636.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants