Skip to content

New settings editor should work for some compound setting types #55794

@roblourens

Description

@roblourens
  • string | null: Check whether it's ok to map "" to null
  • enum | null: Add 'null' or "None" item to enum
  • number | null: "" => null
  • boolean | null: ?? I don't see this in vscode's core settings

Also, enum | boolean. Example:

"git.autoRepositoryDetection": {
    "type": [
        "boolean",
        "string"
    ],
    "enum": [
        true,
        false,
        "subFolders",
        "openEditors"
    ],

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

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions