-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
a65fa9d
to
e6a964a
Compare
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.
There was a problem hiding this 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.
6fb1c7a
to
cb830fc
Compare
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.
c423614
to
754b1a7
Compare
09d698b
to
9132053
Compare
9132053
to
2110ec3
Compare
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.