Closed fyodorio closed 1 year ago
Hello @fyodorio !!
Good to hear from you. Yea I was trying to run locally and had issues reproducing π€ I tried several generators and reran several times with it running successfully. Trying to see what else might be happening.
May it be some conflicting plugin or specific terminal shell? I'll try to record a video of that, and list more details this week, just in case.
Hey man, I have recorded the video of the issue finally (sorry it took quite some time), will send you on twitters, I hope it will help. But honestly speaking, I have no idea what could cause that except for some plugin/extension conflict (terminal shell might be the case as well, but shouldn't be, because it's not the shell which is responsible for the terminal window itself or opening/closing it, right? anyway, it's zsh). So if it doesn't reproduce for you, I'm totally OK with closing the issue, as it's not blocking, just a bit confusing, and I thought it might be the case for others as well.
I also wanted to let you know about slowly deprecating this plugin in favor for the official on by Nrwl: https://plugins.jetbrains.com/plugin/21060-nx-console
That makes sense, thanks for the heads up. And thanks for the great plugin anyway Edward, I use it still π
Yea makes it easier for me so I don't have to keep up with the maintenance π
Current Behavior
When I run some
generate
command in nx console in Webstorm it opens the integrated terminal window (or tabs of it, if it's dry run and simple run). If after that I run another command, it doesn't run until I close the already opened terminal window.How to Reproduce
Steps to reproduce the behavior:
generate
and one of the schematicsgenerate
command for another schematic while the terminal window is still openExpected Behavior
The command should successfully run repeatedly even if the terminal window is still opened
Desktop (please complete the following information):
Additional context
Looks like the problem persists even if I run something different in the same terminal windows (dry/simple) between nx command run attempts. So only closing the terminal window helps to run nx generate again.