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

Update launch settings to target artifacts folder #1923

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

glopesdev
Copy link
Member

A set of launchSettings.json files are used to debug projects in the context of the local bootstrapper build. Unfortunately these have a tendency to go stale as build configuration evolves. This PR attempts to centralize their configuration by leveraging the Common.props file and the ability to expand simple property macros in the contents of launchSettings.json.

It also updates other settings to ensure native debugging and support for folder paths with spaces.

Fixes #1920

@glopesdev glopesdev added the fix Pull request that fixes an issue label Jul 16, 2024
@glopesdev glopesdev added this to the 2.9 milestone Jul 16, 2024
@glopesdev glopesdev requested a review from PathogenDavid July 16, 2024 12:09
@glopesdev glopesdev merged commit c18b544 into bonsai-rx:main Jul 21, 2024
10 checks passed
@glopesdev glopesdev deleted the issue-1920 branch July 21, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Individual project launch settings do not follow artifacts output layout
2 participants