[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot 9389d2e4a0: Per #853: Change capability 'document
From: |
ELPA Syncer |
Subject: |
[elpa] externals/eglot 9389d2e4a0: Per #853: Change capability 'documentChanges' to t |
Date: |
Sat, 12 Mar 2022 05:57:31 -0500 (EST) |
branch: externals/eglot
commit 9389d2e4a0976068f129c9b4d20253bc0c562199
Author: Felicián Németh <felician.nemeth@gmail.com>
Commit: GitHub <noreply@github.com>
Per #853: Change capability 'documentChanges' to t
Eglot does support woskspaceEdit/documentChanges, but failed to
advertise this fact.
Per #873.
* eglot.el (eglot-client-capabilities): Set documentChanges to t.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 5b4d419678..cc0a06f4cb 100644
--- a/eglot.el
+++ b/eglot.el
@@ -649,7 +649,7 @@ treated as in `eglot-dbind'."
:workspace (list
:applyEdit t
:executeCommand `(:dynamicRegistration :json-false)
- :workspaceEdit `(:documentChanges :json-false)
+ :workspaceEdit `(:documentChanges t)
:didChangeWatchedFiles `(:dynamicRegistration t)
:symbol `(:dynamicRegistration :json-false)
:configuration t)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/eglot 9389d2e4a0: Per #853: Change capability 'documentChanges' to t,
ELPA Syncer <=