chore: format code
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
sdk / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run

This commit is contained in:
GitHub Action 2025-12-08 18:06:48 +00:00
parent ac70c1e813
commit eed48e76de
3 changed files with 530 additions and 2387 deletions

View file

@ -1243,7 +1243,10 @@ export namespace LSPServer {
return
}
const release = (await releaseResponse.json()) as { tag_name?: string; assets?: { name?: string; browser_download_url?: string }[] }
const release = (await releaseResponse.json()) as {
tag_name?: string
assets?: { name?: string; browser_download_url?: string }[]
}
const version = release.tag_name?.replace("v", "")
if (!version) {
log.error("terraform-ls release did not include a version tag")

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff