Open jonniebigodes opened 4 years ago
Thanks for bringing this to our attention! We're actively working on the instancing issue, with the hopes of correcting that shortly.
As for the hangup, we suspect it has to do with either Aesop's ps-node or netstat dependencies. At that stage, you should see a handoff from one Node.js child process to the parent Aesop process, but it seems to hang up on Windows-based systems in use cases where Aesop attempts to run the Storybook server for you. We're aiming to move towards a dependency-free and all-systems optimization soon.
First of all i would like to thank you for the time and effort you've put into this.
Now onto the issue at hand. While working on some updates on the documentation and reading about the release in twitter, i decided to use the extension and some issues have popped up.
I followed the instructions to install it and use it and i'm experiencing some "snafus" (pardon the bad pun).
In vscode pressing "F1" and selecting the command
aesop awaken
while Storybook is not running i can see the notification that it found a Storybook project and it then changes to "Retrieving running Storybook process" and it doesn't do anything, the extension window will not pop up. It will stay like that forever as you can see in the image below (this was after waiting for 10 minutes of waiting)Also one other thing, if i'm already running Storybook and press "F1" and select the command "aesop awaken" it will spawn the window and i can see my Storybook. But if for any chance i close the window and i restart Storybook and enable the extension once more i'm presented with the following:
To add a bit more context i'm running the extension in
Feel free to provide feedback so that we can close this issue and continue to improve this extension as i think that it would be a awesome resource to the Storybook community and depending on maintainers, something to be featured in the documentation.