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

download language server #5

Merged
merged 10 commits into from
Jul 27, 2023
Merged

download language server #5

merged 10 commits into from
Jul 27, 2023

Conversation

fauna-chase
Copy link
Contributor

@fauna-chase fauna-chase commented Jul 20, 2023

ENG-5263 ENG-5309 ENG-5283
The plugin will now download the language server if it isn't already present. The ability to refresh the server will be done in a separate pr.

@fauna-chase fauna-chase requested a review from macmv July 20, 2023 16:41
Base automatically changed from set-secret to main July 20, 2023 16:52
ENG-5263
The plugin will now download the language server if it isn't already
present.  The ability to refresh the server will be done in a separate
pr.
Copy link
Collaborator

@macmv macmv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, I'm curious about axios though. Can we avoid adding that dependency if all we need to do is a get request? I think node has a builtin http module that is similarly easy to use.

If axios is a lot easier we can stick with it, I'd just like to avoid adding large dependencies when we don't need them.

@fauna-chase fauna-chase force-pushed the download-lserver branch 2 times, most recently from 6fb1c7a to cb830fc Compare July 24, 2023 16:23
This will allow us to run the github action tests against dev fauna.
Unfortunately github actions services are only supported for linux
runners so if we want to run our extension tests on the other oses we'll
need to use dev from them.
@fauna-chase fauna-chase force-pushed the download-lserver branch 2 times, most recently from c423614 to 754b1a7 Compare July 25, 2023 02:58
@fauna-chase fauna-chase force-pushed the download-lserver branch 3 times, most recently from 09d698b to 9132053 Compare July 25, 2023 23:57
@fauna-chase fauna-chase requested a review from macmv July 26, 2023 00:14
@macmv macmv merged commit f11b93c into main Jul 27, 2023
3 checks passed
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