vscode-yarn icon indicating copy to clipboard operation
vscode-yarn copied to clipboard

Cannot run more than one script at a time

Open doxxx opened this issue 1 year ago • 0 comments

Expected Behavior

Run two or more Yarn scripts concurrently. e.g. in a repo containing both a node.js server and a web frontend, I want to run both a dev version of the node.js server and a dev version of the web frontend using scripts defined in their respective package.json files.

Actual Behavior

First script starts as expected. Second script just opens the tool window started by the first and does nothing.

Steps to Reproduce the Problem

  1. Package1 -> package.json -> Yarn -> Run script -> some script
  2. Package2 -> package.json -> Yarn -> Run script -> some other script

Specifications

  • Version: 2.1.0
  • Platform: Windows using an Ubuntu DevContainer

doxxx avatar Nov 22 '23 15:11 doxxx