I’m trying to load a local schema for ‘manifest.json’ files to theia, but it doesn’t work as vscode.
I was trying the following:
-
fileMatch: ["/manifest.json", “manifest.json”] - worked for vscode but not for theia.
-
fileMatch: ["**/manifest.json"] - my schema is loaded, but I got errors that are not coming from. my schema.
What is the right way to load only my schema for ‘manifest.json’ files?
[original thread by Sapir Pol]