Skip to content

Add possibility to "Group" commands #47

@definama

Description

@definama

It would be great to add the possibility to group commands (See extension "Run Terminal Command").

"command-runner.commands": [
{
"command": "mycommand1",
"name": "My Command Name 1",
"group": "GENERAL",
},
{
"command": "mycommand2",
"name": "My Command Name 2",
"group": "GENERAL",
},
{
"command": "mycommand3",
"name": "My Command Name 3",
"group": "PERSONAL",
},
{
"command": "mycommand4",
"name": "My Command Name 4",
"group": "PERSONAL",
},
]

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