GNU bug report logs -
#65671
Eglot: add support for terraform-ls
Previous Next
Reported by: me <at> rosstimson.com
Date: Fri, 1 Sep 2023 06:31:02 UTC
Severity: normal
Fixed in version 29.2
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 1 Sep 2023 20:02:22 +0200
with message-id <CADwFkm=zE8qJy4+tVYpmELwKP-=WqNH9m3t7SWiAdEes0BK5ng <at> mail.gmail.com>
and subject line Re: bug#65671: Eglot: add support for terraform-ls
has caused the debbugs.gnu.org bug report #65671,
regarding Eglot: add support for terraform-ls
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65671: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65671
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 00b2b7f5a456278325334509a1396e6b9307914d Mon Sep 17 00:00:00 2001
From: Ross Timson <me <at> rosstimson.com>
Date: Thu, 31 Aug 2023 20:28:22 +0100
Subject: [PATCH] Eglot: add support for terraform-ls
Adding support for the official Terraform LSP server.
---
lisp/progmodes/eglot.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 65daa0941d5..3375e7969c2 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -257,7 +257,8 @@ chosen (interactively or automatically)."
. ,(eglot-alternatives
'(("marksman" "server")
("vscode-markdown-language-server" "--stdio"))))
- (graphviz-dot-mode . ("dot-language-server" "--stdio")))
+ (graphviz-dot-mode . ("dot-language-server" "--stdio"))
+ (terraform-mode . ("terraform-ls" "serve")))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
identifies the buffers that are to be managed by a specific
--
2.39.2 (Apple Git-143)
[Message part 3 (message/rfc822, inline)]
Version: 29.2
João Távora <joaotavora <at> gmail.com> writes:
> No, no comments. Push these simple contributions at will, as usual.
Thanks. Fixed up the commit message and pushed to emacs-29 as commit
369f2eea100.
Thank you for the patch, Ross.
This bug report was last modified 1 year and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.