restore-terminals-vscode icon indicating copy to clipboard operation
restore-terminals-vscode copied to clipboard

BUG: multiple commands stopped working after VScode update

Open PeterKogan opened this issue 4 months ago • 2 comments

Multiple commands stopped working after the latest VScode update, and only the first command was executed.

For example

"commands": ["deactivate", "./scripts/init.sh", "./scripts/start.sh no-scale"]

Now, it only executes the deactivate command and finishes.

PeterKogan avatar Feb 29 '24 09:02 PeterKogan