vscode-azurefunctions
vscode-azurefunctions copied to clipboard
There is a warning in the host.json file after creating a durable project
OS: All Build Version: 20230607.1 Regression: Not a regression
Repro Steps:
- Create a project with "Durable Function orchestrator" function and select "Azure Storage" durable storage type.
- Create functions with "Durable Functions activity" and "Durable Functions HTTP Starter" templates.
- Open the
host.json
file. - Check whether there is no warning.
Expect: There is no warning.
Actual:
There is a warning in the host.json
file.
More Info:
- This issue also reproduces for the project created with "Netherite/MSSQL" durable storage type.
- This issue also reproduces for all languages project.
We may need to update the host.json
configuration for Intellisense
to recognize these properties
https://github.com/SchemaStore/schemastore