remcohaszing/vscode-schemastore

Schema collides with `.vscode/settings.json` schema

ITProKyle opened this issue · 1 comments

After a recent update of this extension, the following schema overlaps with the schema for .vscode/settings.json (and the user settings.json file) resulting in Property ... is not allowed warning in these files.

{
"url": "https://json.schemastore.org/micro.json",
"fileMatch": "settings.json"
},

This has been patched in SchemaStore/schemastore#3719. Can this extensions update please be triggered before it's scheduled time?

Feel free to close this as soon as v1.0.143 is released, either via manual trigger or schedule.

Thanks!

Version 1.0.143 has already been published. Next time you have problems with a VSCode extension (any extension, not just this one), know that you can install an older version :)