We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ce59 commit bb936fdCopy full SHA for bb936fd
lsp-methods.el
@@ -89,7 +89,7 @@ for a new workspace."
89
:group 'lsp-mode)
90
91
;;;###autoload
92
-(defcustom lsp-document-sync-method nil
+(defcustom lsp-document-sync-method 'full
93
"How to sync the document with the language server."
94
:type '(choice (const :tag "Documents should not be synced at all." 'none)
95
(const :tag "Documents are synced by always sending the full content of the document." 'full)
0 commit comments