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

Virtual workspace has duplicates for show call hierarchy #5811

Open
rchiodo opened this issue Apr 26, 2024 · 0 comments
Open

Virtual workspace has duplicates for show call hierarchy #5811

rchiodo opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Apr 26, 2024

Make sure you have a fork of pylance-release in github (not cloned locally)

  1. Create a virtual environment
  2. Start VS code from a command prompt where this virtual environment is active
  3. Make sure enableSyncServer is set
  4. Run Open Remote Repository
  5. Pick Open repository from Github
  6. Type in your alias/pylance-release
  7. Open the repository
    • This will just open the root of pylance
  8. To get it to behave like a workspace, then do an Open Folder from the file menu and pick your alias/pylance-release/testing/single
  9. Open the showCallHierarchy.py file and do a show call hierarchy for sqrt

Expected result:

Same as without virtual workspaces

Actual result:

callByName seems to be in the output twice:
image

Might be a dupe of #5809

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

1 participant