Skip to content

Support "uniqueItems" in configuration UI #80536

Closed
microsoft/azuredatastudio
#7206
@letmaik

Description

@letmaik
     "myext.option": {
          "type": "array",
          "uniqueItems": true,
          "items": {
            "type": "string",
            "enum": [
              "A",
              "B"
            ]
          }
      }

A value of "myext.option": ["A", "A"] shows up as error ("Array as duplicate items") in the JSON view but not in the UI view. Both views should have consistent errors.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitysettings-editorVS Code settings editor issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions