Are you accessing the project from the GitHub Codespaces?
[ ] No, I am running the project on my local machine (I will fill in the OS section below)
[x] Yes, I am using GitHub Codespaces.
Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!
Describe the bug
Currently, the project appears to be geared towards local development with local resources. See issue 343.
However, when trying to debug the API locally with launch file, the process used azd restore. It seems there isn't a consistent usage between local and cloud resources. Adding a debug launch configuration for local resources with a naming convention that noted is important to remain consistent with the local resources paradigm.
Expected behavior
Can debug against local or cloud resources.
Are you accessing the project from the GitHub Codespaces?
Describe the bug Currently, the project appears to be geared towards local development with local resources. See issue 343.
However, when trying to debug the API locally with launch file, the process used
azd restore
. It seems there isn't a consistent usage between local and cloud resources. Adding a debug launch configuration for local resources with a naming convention that noted is important to remain consistent with the local resources paradigm.Expected behavior Can debug against local or cloud resources.