Source ESLint server from Github rather than 3rd party NPM package
This commit is contained in:
parent
dc999f719b
commit
1bf85214a4
13 changed files with 128 additions and 66 deletions
|
@ -30,7 +30,7 @@ impl super::LspAdapter for LuaLspAdapter {
|
|||
&self,
|
||||
http: Arc<dyn HttpClient>,
|
||||
) -> Result<Box<dyn 'static + Send + Any>> {
|
||||
let release = latest_github_release("LuaLS/lua-language-server", http).await?;
|
||||
let release = latest_github_release("LuaLS/lua-language-server", false, http).await?;
|
||||
let version = release.name.clone();
|
||||
let platform = match consts::ARCH {
|
||||
"x86_64" => "x64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue