ygkn/storybook-opener

[Enhancement] Add options to open storybook web pages in vscode

nnnnusui opened this issue · 0 comments

Thank you for the nice vscode extension.

Enhancement request

I would like to view the storybook within vscode.

Add the below two configuration items.

  1. storybook-opener.openInEditor.enable
    When storybook-opener.open is executed, the Storybook is opened in SimpleBrowser in vscode.

  2. storybook-opener.openInEditor.follow
    When vscode.window.onDidChangeActiveTextEditor() is executed, the Storybook is opened in SimpleBrowser in vscode.

I will submit a pull request later. Thanks.