Skip to content

Commit f39f161

Browse files
committed
Incremental text document
1 parent b3c8066 commit f39f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/services/vls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ export class VLS {
579579

580580
get capabilities(): ServerCapabilities {
581581
return {
582-
textDocumentSync: TextDocumentSyncKind.Full,
582+
textDocumentSync: TextDocumentSyncKind.Incremental,
583583
completionProvider: { resolveProvider: true, triggerCharacters: ['.', ':', '<', '"', "'", '/', '@', '*', ' '] },
584584
signatureHelpProvider: { triggerCharacters: ['('] },
585585
documentFormattingProvider: false,

0 commit comments

Comments
 (0)