You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode reports warnings about Unable to load schema and Problems loading reference when opening JSON files like package.json or the built-in settings.json.
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.80.1
OS Version: Windows 11 22H2
Steps to Reproduce:
Create a node project with npm init
Open package.json in VSCode
Restart VSCode with package.json open
Click into the editor as soon as it opens
This issue does not reproduce reliably, but occurs most of the time in larger projects. In an empty node project it occurs much more rarely, but does appear after a couple restarts. It also reproduces more often when another large JSON is open in a second view:
It also occurs with completely empty user settings and without extensions enabled
The warning temporarily disappears after making any change in the editor
Lots of recent reports of this issue are mentioned in the comments of other closed issues (e.g. in Problems loading settings schemas #177142 it was closed as fixed for 1.80.0, but comments still reported issues in that version.)
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
VSCode reports warnings about
Unable to load schema
andProblems loading reference
when opening JSON files likepackage.json
or the built-insettings.json
.Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
npm init
package.json
in VSCodepackage.json
openThis issue does not reproduce reliably, but occurs most of the time in larger projects. In an empty node project it occurs much more rarely, but does appear after a couple restarts. It also reproduces more often when another large JSON is open in a second view:
Additional context:
json.schemaDownload.enable
([json] improve (or remove) warning when schema download is disabed #170163 doesn't apply)1.80.0
, but comments still reported issues in that version.)A similar issue was recently closed as duplicate in #185533 but there is no related open issue for this problem.
Please let me know if I can somehow help debug this issue.
The text was updated successfully, but these errors were encountered: