Alessandro Piras
Alessandro Piras
Arch linux 64, emacs compiled from source from AUR, bzr version info: ``` revision-id: [email protected] date: 2013-06-01 20:35:14 +0800 build-date: 2013-06-08 11:13:25 +0200 revno: 112809 branch-nick: trunk ```
As a workaround, I'm using the following: ```elisp (defun my/lsp--apply-workspace-edit-advice-dart (orig workspace-edit &rest args) (let ((document-changes (gethash "documentChanges" workspace-edit))) (mapc (lambda (dc-ht) (let* ((edits (gethash "edits" dc-ht))) (mapc (lambda (ht)...