QuarkdownTextDocumentService
constructor(server: QuarkdownLanguageServer, executor: Executor, completionSuppliers: List<CompletionSupplier>, tokensSuppliers: List<SemanticTokensSupplier>, hoverSuppliers: List<HoverSupplier>, diagnosticsSuppliers: List<DiagnosticsSupplier>, formattingSuppliers: List<OnTypeFormattingEditSupplier>)
Parameters
server
the parent language server
executor
executor used to dispatch background work (e.g. diagnostics). Should be shared across instances when hosting multiple servers in the same JVM.