microsoft / vscode-dapr

A Visual Studio Code extension for Dapr development
Other
58 stars 18 forks source link

Add basic `dapr.yaml` schema validation. #282

Closed philliphoff closed 1 year ago

philliphoff commented 1 year ago

Embeds in the extension a basic JSON schema for the Dapr run file (dapr.yaml), mostly using the same descriptions as in the Dapr task definition schemas.

Screenshot 2023-02-09 at 11 12 39

Resolves #276.