Mattias-Martens
Mattias-Martens
Same problem here. From a preliminary look it seems that context is not being passed in like it is in other decorators. Anything that relies on storybook context, like `useArgs()`,...
could be related to this issue——https://github.com/storybookjs/storybook/issues/12006 basically the decorator renders it like this: ```jsx {providerFn({ theme, children })} ``` making that internal react JSX the “root” of the story as...
at a glance the main difference is that the built-in feature does not support custom icons and colors: https://github.com/microsoft/vscode/issues/130070 on the other hand this extension does not support creating groups;...
Good pull request, strongly in favour of this being merged!