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
{
// optional but highly recommended
"$schema": "https://deno.land/x/denon/schema.json",
"scripts": {
"start": {
"import
}
}
}
Setup
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too