应该是这段引起的,注释掉就没事了
我想想怎么改
;; lsp-bridge/lsp-bridge.el:1166
;; Send change_file request to trigger LSP completion.
(when (lsp-bridge-call-file-api-p)
(lsp-bridge-call-file-api "change_file"
lsp-bridge--before-change-begin-pos
lsp-bridge--before-change-end-pos
length
(buffer-substring-no-properties begin end)
(lsp-bridge--position)
(acm-char-before)
(buffer-name)
(acm-get-input-prefix)))