Closed pbnj closed 4 years ago
coc-json seems to be reporting a warning on app.json that I don't know where it is coming from.
app.json
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).
fileMatch
In neovim:
:e app.json
{}
:w
It's builtin support for wechat miniprogram, I've made a fix.
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
infileMatch
, but didn't find any (ref).Reproduction Steps
In neovim:
:e app.json
{}
, go back to normal mode ESC, and save:w
Screenshot 1
Screenshot 2