Skip to content

Doc update: how to add values to the dropdowns in VS #54

@sayedihashimi

Description

@sayedihashimi

To add to the third dropdown

{
    "tags": [
        {
        "type": "projectType",
        "add": [ "ProjectType1", "ProjectType2" ],
        "remove": [ "ProjectTypeinTemplate.jsonthatyoudonotwantinVS" ]
        }
    ]
}

To add to the second dropdown

{
    "tags": [
        {
        "type": "platform",
        "add": [ "Windows", "Linux" ]
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions