vscode-shell-command
vscode-shell-command copied to clipboard
Feature request: Allow a list as command input
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.
By commands you mean VSCode commands or shell commands?
Shell commands as supported today as command string.
@CodingMarkus I implemented this in my fork