From 9d9fa60e6e8a1ed9e8bbca52b5a78a6ae139a087 Mon Sep 17 00:00:00 2001 From: "sublimelsp-app[bot]" <154638104+sublimelsp-app[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:56:37 +0100 Subject: [PATCH] update terraform-ls to v0.36.0 (#47) Co-authored-by: rchl <153197+rchl@users.noreply.github.com> --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 687bd18..331e112 100644 --- a/plugin.py +++ b/plugin.py @@ -15,7 +15,7 @@ USER_AGENT = 'Sublime Text LSP' -TAG = '0.35.0' +TAG = '0.36.0' # 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'