neoclide/coc-json

Unable to disable schema

notpeelz opened this issue · 2 comments

I have a file named app.json, which is getting incorrectly detected as an "Expo SDK" file.
Is there a way to disable that schema from the builtin catalog?

I tried to override it through the json.schemas setting, but to no avail:

"json.schemas": [
  { "fileMatch": ["app.json"], "url": "" }
]

You need to provide valid url.

I don't want to replace the url; I want to remove that schema rule altogether. Is there a way to do that?