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

debug: fix unexpected behaviors with duplicate names in launch.json #236513

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

connor4312
Copy link
Member

Suffix duplicated launch configs with a config at the time they're read. In debug we assume the names are unique, so this should fix #231377 and probably other hidden issues as well.

Suffix duplicated launch configs with a config at the time they're read. In debug we assume the names are unique, so this should fix #231377 and probably other hidden issues as well.
@connor4312 connor4312 self-assigned this Dec 18, 2024
@connor4312 connor4312 enabled auto-merge (squash) December 18, 2024 19:50
@vs-code-engineering vs-code-engineering bot added this to the January 2025 milestone Dec 18, 2024
@connor4312 connor4312 merged commit e6e5856 into main Dec 18, 2024
8 checks passed
@connor4312 connor4312 deleted the connor4312/issue231377 branch December 18, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected behaviors with duplicate names in launch.json
2 participants