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:
Kirill Bulatov 2024-02-22 16:33:08 +02:00 committed by GitHub
parent b716035d02
commit 4f40d3c801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,7 +259,7 @@ impl LspAdapter for EsLintLspAdapter {
let release = latest_github_release(
"microsoft/vscode-eslint",
false,
false,
true,
delegate.http_client(),
)
.await?;