ryuta46 / vscode-multi-command

Visual Studio Code Plugin named multi-command
MIT License
229 stars 14 forks source link

"label" and "description" parameters in "settings.json" are not displayed when choose command sequence #33

Closed snowman closed 3 years ago

ryuta46 commented 3 years ago

@snowman Can you show your settings.json?

I tried and I can see the label and the description in my environment.

スクリーンショット 2021-01-23 10 27 05
        {
            "command": "multiCommand.test",
            "label": "test label",
            "description": "test description",
            "sequence": [
              "workbench.action.acceptSelectedQuickOpenItem",
              "workbench.action.moveEditorToBelowGroup"
            ]
        },
snowman commented 3 years ago

so sorry, :cry: now it works.