panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
171 stars 23 forks source link

Invalid schema validation for `@app` block types #175

Open davidwarrington opened 9 months ago

davidwarrington commented 9 months ago

In a section schema this is a valid block type

{
  "type": "@app"
}

The extension throws a warning that this is missing the name property. For what it's worth name is also not valid on blocks with this type.

panoply commented 9 months ago

Ouff. Good catch. Will patch and ship in v4.0.1