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

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

    0 讨论(0)
  • 2021-02-05 00:37

    Restarting vscode works for me!

    0 讨论(0)
  • 2021-02-05 00:38

    I`ve just delete this setting

    0 讨论(0)
  • 2021-02-05 00:39

    If you still want the proxy support to work, just disable the proxyStrictSSL. Don't need to adjust other settings.

    0 讨论(0)
  • 2021-02-05 00:42

    Just close your VsCode Editor and open it again. That should fix the error.

    0 讨论(0)
提交回复
热议问题