"List of language service plugins to run inside the editors" implies a list of strings, which does not match the schema.
See https://www.typescriptlang.org/tsconfig#plugins
"plugins": {
"description": "Specify a list of language service plugins to include.",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"description": "Plugin name.",
"type": "string"
}
}
},
"markdownDescription": "Specify a list of language service plugins to include.\n\nSee more: https://www.typescriptlang.org/tsconfig#plugins"
}
"List of language service plugins to run inside the editors" implies a list of strings, which does not match the schema.
See https://www.typescriptlang.org/tsconfig#plugins