-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Workspace-scoped launch configurations of multi-root workspace are associated with folders #8985
Comments
I created the issue as enhancement, because I thought the current behavior is the result of the first implementation of launch configs in But after seeing the comment for me it looks like a bug and the investigation contains some details related to the cause of the problem. |
Theia has similar problem for Global launch configurations, please see #8830 (comment) |
Bug Description:
At the moment
Theia
duplicates Workspace launch configs at displaying onDebug
panel for every project of multi-root workspace.For example, user has workspace config file like:
So, there are 2 projects and only one launch configuration.
The configuration is displayed twice on the
Debug
panel (once per each workspace folder - so fortheia
and forvscode
in my example above):VS Code doesn't associate
workspace
level configs with a particular folder :Steps to Reproduce:
Debug
panel and check theworkspace
level configsAdditional Information
The text was updated successfully, but these errors were encountered: