Fix #1792: tide-server-max-response-length = 512kb

This commit is contained in:
Henrik Lissner 2020-03-14 22:00:59 -04:00
parent 4b20c7206e
commit c1046231ce
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -169,7 +169,11 @@ to tide."
:defer t
:config
(setq tide-completion-detailed t
tide-always-show-documentation t)
tide-always-show-documentation t
;; Fix #1792: by default, tide ignores payloads larger than 100kb. This
;; is too small for larger projects that produce long completion lists,
;; so we up it to 512kb.
tide-server-max-response-length 524288)
;; code completion
(after! company
;; tide affects the global `company-backends', undo this so doom can handle