From 550f57d8309647cad251556fd2803834a64c2d2d Mon Sep 17 00:00:00 2001 From: "sublimelsp-app[bot]" <154638104+sublimelsp-app[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:57:20 +0100 Subject: [PATCH] update terraform-ls to v0.32.6 (#31) Co-authored-by: rchl --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index c5e6341..bdde6ef 100644 --- a/plugin.py +++ b/plugin.py @@ -15,7 +15,7 @@ USER_AGENT = 'Sublime Text LSP' -TAG = '0.32.5' +TAG = '0.32.6' # 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'