VS code problems loading package.json schema

Whenever I open a pacakage.json file I get this error.
I am not running any proxy and I haven tried turning it off like the few answers on internet suggested but that didn't fix it.
I have tried disabling and uninstalling what 5 extensions I use.
I have also tried putting this

"json.schemas": [
    {
      "fileMatch": ["/package.json"],
      "url": "https://json.schemastore.org/package",
      "schema": true
    }
  ]

in my settings.json and that makes the warning go away but I don't get any tooltip when hovering over properties in the package json so I don't think it's working.

I'll appreciate any help
image.png
Was this page helpful?