This repository was archived by the owner on Jan 16, 2023. It is now read-only.
Description Describe the bug
When I have a running storybook server from the first aesop awaken.
Running that command again seem to spawn another command to start up storybook.
It then creates multiple tabs of aesop.
Steps to reproduce the behavior
Run awaken aesop
Wait till server starts and aesop pops up
Run awaken aesop again
Another terminal is created that's starting the server
Multiple aesop tabs pop up.
Expected behavior
If an existing server is running, it should just open the webview instead of running another command.
Screenshots and/or logs
Things to notice:
On the first awaken aesop it didn't pop up the aesop view
On the second attempt it tried to open it again and as well open 2 aesop tabs
Every time awaken aesop is activated it just generates more tabs.
Environment
OS: Windows
Node.js version: v12.18.3
NPM version: 6.4.1
VSCode version (if applicable): 1.53.0-insider
Reactions are currently unavailable
Describe the bug
When I have a running storybook server from the first
aesop awaken.Running that command again seem to spawn another command to start up storybook.
It then creates multiple tabs of aesop.
Steps to reproduce the behavior
awaken aesopawaken aesopagainExpected behavior
If an existing server is running, it should just open the webview instead of running another command.
Screenshots and/or logs
Things to notice:
awaken aesopit didn't pop up the aesop viewawaken aesopis activated it just generates more tabs.Environment