Skip to content

Clarify working directory assignment for project launch configurations #10681

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

Merged
merged 3 commits into from
Jul 28, 2025

Conversation

karolz-ms
Copy link
Member

Also move the project launch configuration description into its own section of the spec (this is why this change looks so big at first glance--but only the last paragraphs is new).

(spec only change, so omitting the full checklist)

Also move the project launch configuration description into its own section of the spec
@github-actions github-actions bot added the area-integrations Issues pertaining to Aspire Integrations packages label Jul 25, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR clarifies the working directory behavior for project launch configurations in the IDE execution specification. The main change involves reorganizing the documentation by moving the project launch configuration details into a dedicated section and adding explicit guidance about working directory assignment.

  • Reorganized project launch configuration documentation into its own section for better structure
  • Added clarification about working directory behavior for project execution
  • Enhanced inline comments to better describe the "project" launch configuration type

Copy link
Member

@tmat tmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

karolz-ms and others added 2 commits July 28, 2025 09:56
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| `project_path` | Path to the project file for the program that is being launched. | Required |
| `mode` | Specifies the launch mode. Currently supported modes are `Debug` (run the project under the debugger) and `NoDebug` (run the project without debugging). | Optional, defaults to `Debug`. |
| `launch_profile` | The name of the launch profile to be used for project execution. See below for more details on how the launch profile should be processed. | Optional |
| `disable_launch_profile` | If set to `true`, the project will be launched without a launch profile and the value of "launch_profile" parameter is disregarded. | Optional |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for .NET projects, Is disable_launch_profile always be false?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karolz-ms karolz-ms merged commit 93cdd51 into main Jul 28, 2025
273 of 274 checks passed
@karolz-ms karolz-ms deleted the dev/karolz/ide-exec-project-folder branch July 28, 2025 17:22
@davidfowl
Copy link
Member

@karolz-ms can you fix the markdown linting bugs.

@karolz-ms
Copy link
Member Author

@davidfowl I did.. 1feefb1 Are there other bugs that I missed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants