[I] ServerHost
Properties
| Property | Modifier | Type |
|---|---|---|
applyEdit | readonly | (paramOrEdit: WorkspaceEdit | ApplyWorkspaceEditParams) => Promise<ApplyWorkspaceEditResult> |
compilerHost | readonly | CompilerHost |
getOpenDocumentByURL | readonly | (url: string) => undefined | TextDocument |
log | readonly | (log: ServerLog) => void |
sendDiagnostics | readonly | (params: PublishDiagnosticsParams) => void |
throwInternalErrors? | readonly | boolean |