elixir: Fix next-ls binary name (#11363)
This is to followup #11318, and the comment from @mhanberg. Release Notes: - N/A
This commit is contained in:
parent
80733e919d
commit
bc5f82d40c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ impl NextLs {
|
||||||
language_server_id: &LanguageServerId,
|
language_server_id: &LanguageServerId,
|
||||||
worktree: &zed::Worktree,
|
worktree: &zed::Worktree,
|
||||||
) -> Result<String> {
|
) -> Result<String> {
|
||||||
if let Some(path) = worktree.which("next-ls") {
|
if let Some(path) = worktree.which("nextls") {
|
||||||
return Ok(path);
|
return Ok(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue