Skip to content

fix: missing dependency in VSIX, drop axios #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

Simek
Copy link
Member

@Simek Simek commented Feb 20, 2025

Why

Looks like package extension is missing multiple external dependencies, which cause the extension crash.

Screenshot 2025-02-20 133607

How

Drop axios in favor of build-in fetch, switch to bundling with ncc, so all used external code is put into extension file, guaranteeing existence of all dependencies needed.

Test plan

Manually installed extension via VSIX works as expected.

@Simek Simek merged commit 72869ff into main Feb 20, 2025
1 check passed
@Simek Simek deleted the vsix-package-fix branch February 20, 2025 12:39
github-actions bot pushed a commit that referenced this pull request Feb 20, 2025
## [1.0.1](1.0.0...1.0.1) (2025-02-20)

### Bug fixes

* missing dependency in VSIX, drop `axios` ([#3](#3)) ([72869ff](72869ff))

### Other changes

* update README after initial release ([cb3949b](cb3949b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant