mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +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(
|
||||
"microsoft/vscode-eslint",
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
delegate.http_client(),
|
||||
)
|
||||
.await?;
|
||||
|
|
Loading…
Reference in a new issue