Is there any way to use a proxy to load schemas?
NobeKanai opened this issue · 0 comments
NobeKanai commented
In mainland china there is a connection issue with raw.githubusercontent.com, so when I edit my dockr-compose.yml file I got
[YAML 768] [E] Unable to load schema from 'https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json': connect ECONNREFUSED 0.0.0.0:443.
I have configured http.proxy
in coc-settings.json
, it works fine for coc-json
but nothing happens to coc-yaml
.