forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Testing folder tree. #17281
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
regression
Bug didn't exist in a previous release
Milestone
Comments
@YuanzheTian Can you provide your workspace settings and if possible can you provide a minimal repro for this? |
@YuanzheTian Thanks for the details, I am able to repro the issue. |
is this a bug? Will this be fixed in the next release? |
Yes, this is a bug. We marked it as "needs PR" indicating that it is ready to be worked on. |
Right click to debug is also affected! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
regression
Bug didn't exist in a previous release
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
1.click Testing
2.expend folder tree
3.all of child folder is root folder name, and those root folder can be expend.
update 2021-09-04
this is my setting.json on project root.
my project dir begin with
workspace
, andvulman-api, vulman-core
withinworkspace
.when i check testing, i found my testing directory tree only has
workspace
, and clickworkspace
stillworkspace
.When I click on the front arrow, Will be displayed vulman-core, but it was replaced workspace immediately.
like this
my project:
The text was updated successfully, but these errors were encountered: