Returns the currently preferred syncKind to use with the client. Additionally always supports the full sync kind.
assert(TextDocumentManager.syncKind == TextDocumentSyncKind.incremental);
See Implementation
Returns the currently preferred syncKind to use with the client. Additionally always supports the full sync kind.