joshbolduc / vscode-story-explorer

Browse and preview Storybook stories inside VS Code
MIT License
29 stars 1 forks source link

fix: limit workaround for CLI env args #1000

Closed joshbolduc closed 1 year ago

joshbolduc commented 1 year ago

The upstream bug that was worked around by 6eee046e2cc604a44c76ff28ed3795390ee69966 has been fixed, so the workaround is no longer necessary when using sufficiently recent CLI versions. Add an upper bound to the version check that gates the workaround to reflect this.