You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting "dev" causes "start server" to start twice, they conflict with each other, and then both fail.
My workarounds are
Remove the "dependsOn" property from "yarn dev". This way I can run "dev", wait for the watch to start, then run "dev" again. No different to manually starting the server before running "dev" though.
Globally install "concurrently" and merge the two watch tasks into one.
I don't have a root-level package.json (or equivalent) for this project.
VS Code Version: 1.63.0-insider (user setup)
OS Version: Windows_NT x64 10.0.22000
The text was updated successfully, but these errors were encountered:
I'd like to reopen this issue #43076 as it's basically the same thing except that my task setup is slightly different.
My abridged tasks.json
Starting "dev" causes "start server" to start twice, they conflict with each other, and then both fail.
My workarounds are
I don't have a root-level package.json (or equivalent) for this project.
The text was updated successfully, but these errors were encountered: