Skip to content

Documentation for tsconfig.Plugins is wrong #3039

Description

@joeedh

"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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions