Closed notpeelz closed 2 years ago
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?
app.json
I tried to override it through the json.schemas setting, but to no avail:
json.schemas
"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?
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: