Skip to content
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

Fix Elm: Browse/Install package commands not working #752

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

Qluxzz
Copy link
Contributor

@Qluxzz Qluxzz commented Feb 11, 2024

When trying to use the Elm: Browse/Install Package action it fails with the following error:

image

It broke in this commit https://github.com/elm-tooling/elm-language-client-vscode/pull/569/files#diff-a337073cd85a49ed02f679ed8a5b7cedc7a60a5cf8f129368a14719de9519b2d which changed the import syntax, but since request-light doesn't have a default export nothing is imported.

The following changes fixes that by importing the request-light namespace as request.

@razzeee razzeee merged commit fa5b516 into elm-tooling:main Feb 12, 2024
8 checks passed
@Qluxzz Qluxzz deleted the fix-invalid-import branch October 28, 2024 12:25
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.

2 participants