fix(lsp/format): language formatter used should be based on language id (#17148)

Closes #11897
This commit is contained in:
David Sherret 2022-12-20 15:19:35 -05:00 committed by GitHub
parent fcca54d3ba
commit 423474caa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 57 additions and 10 deletions

View file

@ -3466,7 +3466,7 @@ mod tests {
documents.open(
specifier.clone(),
*version,
language_id.clone(),
*language_id,
(*source).into(),
);
}