You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following property: "$schema": "https://deno.land/x/denon/schema.json"
In an editor that supports Intellisense for JSON schemas, create a script and type "import", and look at the recommendations (should say "importmap" instead of "importMap" or "import-map")
Expected behavior
Recommendations should be "importMap" or "import-map".
Describe the bug
The contents of https://deno.land/x/denon/schema.json (which is what appears on the README) differs from https://github.com/denosaurs/denon/blob/main/schema.json. Specifically, #151, which renames the
importmap
script option, invalidates the current schema, causing editors such as VSCode to incorrectly autocomplete"importmap"
.To Reproduce
scripts.json
file."$schema": "https://deno.land/x/denon/schema.json"
Expected behavior
Recommendations should be "importMap" or "import-map".
Configuration or Project
Screenshots
Setup
The text was updated successfully, but these errors were encountered: