From 339ced70031cad6a6c6828ae639269f20890a934 Mon Sep 17 00:00:00 2001 From: "sublimelsp-app[bot]" <154638104+sublimelsp-app[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 12:25:04 +0100 Subject: [PATCH] update terraform-ls to 0.32.4 (#29) Co-authored-by: rchl --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index c31368f..cc60bb6 100644 --- a/plugin.py +++ b/plugin.py @@ -15,7 +15,7 @@ USER_AGENT = 'Sublime Text LSP' -TAG = '0.32.1' +TAG = '0.32.4' # GitHub releases page: https://github.com/hashicorp/terraform-ls/releases HASHICORP_RELEASES_BASE = 'https://releases.hashicorp.com/terraform-ls/{tag}/terraform-ls_{tag}_{platform}_{arch}.zip'