microsoft / microsoft/azure-tools-for-java
local.setting.json not found in project folder
@Flanker32 is already working on this.
Since Dec 2, 2021.
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
When creating a run configuration for a function, the local.settings.json file is not found in the project directory. The only directory searched is the root directory and there is no way to point the plugin to the proper folder from which to import the settings. This functionality breaks if the root director for a project contains many different projects.
A better solution would be to simply use the local.settings.json file in the project directory or to use it from the build directory. An acceptable solution would be to allow me to select which local.settings.json file to pull the settings from.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.