vscode-shell-command icon indicating copy to clipboard operation
vscode-shell-command copied to clipboard

Feature request: Allow a list as command input

Open Marc2508 opened this issue 3 years ago • 2 comments

Tasks normally allow lists of commands as alternative to a single command string: "command": "command1 && command2 && command3", "command": [ "command1 &&", "command2 &&", "command3", ],

For longer instructions I prefer the list as it is way easier to read.

Marc2508 avatar Feb 21 '22 11:02 Marc2508

By commands you mean VSCode commands or shell commands?

augustocdias avatar Feb 23 '22 09:02 augustocdias

Shell commands as supported today as command string.

Marc2508 avatar Feb 24 '22 06:02 Marc2508

@CodingMarkus I implemented this in my fork

MarcelRobitaille avatar Jan 22 '24 17:01 MarcelRobitaille