neoclide / coc-json

Json language extension for coc.nvim
234 stars 21 forks source link

Missing property "pages" #18

Closed pbnj closed 4 years ago

pbnj commented 4 years ago

coc-json seems to be reporting a warning on app.json that I don't know where it is coming from.

I verified that coc-json is reporting this warning because after disabling coc-json, I don't get the warning. See screenshots 1 & 2 below.

I have checked the schemastore repository looking for any app.json in fileMatch, but didn't find any (ref).

Reproduction Steps

In neovim:

Screenshot 1

Screen Shot 2020-02-25 at 4 20 36 PM

Screenshot 2

Screen Shot 2020-02-25 at 4 20 56 PM

chemzqm commented 4 years ago

It's builtin support for wechat miniprogram, I've made a fix.