All of my .json files have problems loading reference/schema from schemastore.azurewebsites.net

后端 未结 11 1406
春和景丽
春和景丽 2021-02-05 00:06

I\'m working in VS Code and started getting this error yesterday. All of my json files have this error, not just a few. If I remember right there was an update to the program

11条回答
  •  囚心锁ツ
    2021-02-05 00:22

    I was facing following issue with Angular 6:

    Problems loading reference 'https://schemastore.azurewebsites.net/schemas/json/package.json': Unable to load schema from 'https://schemastore.azurewebsites.net/schemas/json/package.json': Unable to connect to https://schemastore.azurewebsites.net/schemas/json/package.json. Error: unable to get local issuer certificate

    I added following properties at the end of the User Settings File and worked for me:

    "http.proxy": "",
    "http.proxyAuthorization": null,
    "http.proxyStrictSSL": false
    

提交回复
热议问题