vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

There is a warning in the host.json file after creating a durable project

Open v-xinda opened this issue 1 year ago • 1 comments

OS: All Build Version: 20230607.1 Regression: Not a regression

Repro Steps:

  1. Create a project with "Durable Function orchestrator" function and select "Azure Storage" durable storage type.
  2. Create functions with "Durable Functions activity" and "Durable Functions HTTP Starter" templates.
  3. Open the host.json file.
  4. Check whether there is no warning.

Expect: There is no warning.

Actual: There is a warning in the host.json file. image

More Info:

  1. This issue also reproduces for the project created with "Netherite/MSSQL" durable storage type. image
  2. This issue also reproduces for all languages project.

v-xinda avatar Jun 08 '23 09:06 v-xinda

We may need to update the host.json configuration for Intellisense to recognize these properties

https://github.com/SchemaStore/schemastore

MicroFish91 avatar Jul 12 '23 22:07 MicroFish91