From d2f5a376e8dc98b516d65a524d18dd5c9db4a746 Mon Sep 17 00:00:00 2001 From: rchl Date: Wed, 17 Jan 2024 21:28:15 +0000 Subject: [PATCH] update terraform-ls to v0.32.5 --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index cc60bb6..c5e6341 100644 --- a/plugin.py +++ b/plugin.py @@ -15,7 +15,7 @@ USER_AGENT = 'Sublime Text LSP' -TAG = '0.32.4' +TAG = '0.32.5' # 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'