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

后端 未结 11 1437
春和景丽
春和景丽 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:33

    Open User settings of visual studio code through the command palette:

    1. Press F1
    2. Type user settings.
    3. Select Preferences:Open User Settings from drop down
    4. Put below code and modify accordingly
    "http.proxy": "http://username:password@hostname:port/",
    "http.proxyAuthorization": null,
    "http.proxyStrictSSL": true
    

提交回复
热议问题