-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'd like to supply a "when" clause for every sub-command, as shown in this example:
"multiCommand.commands": [
{
"command": "multiCommand.formatDocument",
"sequence": [
{
"command": "editor.action.formatDocument",
},
{
"command": "editor.action.organizeImports",
"when": "!activeEditorIsDirty"
}
]
}
]
When I tried to do it, the extension just ignores the "when" clause but works otherwise. Am I doing it wrong? or is it just not supported right now?
gsouza-sfdc, serious-angel, esenmx, ReeganExE, Sectimus and 4 morefinnmerlett and tnrich
Metadata
Metadata
Assignees
Labels
No labels