Skip to content

taskDefinitions property descriptions are not localized #37565

@mjbvz

Description

@mjbvz

In the typescript extension for example:

    "taskDefinitions": [
      {
        "type": "typescript",
        "required": [
          "tsconfig"
        ],
        "properties": {
          "tsconfig": {
            "type": "string",
            "description": "The tsconfig file that defines the TS build"
          },
          "option": {
            "type": "string"
          }
        }
      }
    ],

The tsconfig property's description field is not localized. Seems to be true for all taskDefinitions in the builtin extensions

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions