mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
Require prerelease eslint version (#8197)
Fixes https://github.com/zed-industries/zed/issues/7650 Release Notes: - Fixed eslint diagnostics not showing up due to old eslint version used
This commit is contained in:
parent
b716035d02
commit
4f40d3c801
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ impl LspAdapter for EsLintLspAdapter {
|
||||||
let release = latest_github_release(
|
let release = latest_github_release(
|
||||||
"microsoft/vscode-eslint",
|
"microsoft/vscode-eslint",
|
||||||
false,
|
false,
|
||||||
false,
|
true,
|
||||||
delegate.http_client(),
|
delegate.http_client(),
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
Loading…
Reference in a new issue