()
| 2736 | } |
| 2737 | |
| 2738 | private forceDocumentSync(): void { |
| 2739 | (this._dynamicFeatures.get(DidChangeTextDocumentNotification.type.method) as DidChangeTextDocumentFeature).forceDelivery(); |
| 2740 | } |
| 2741 | |
| 2742 | private handleDiagnostics(params: PublishDiagnosticsParams) { |
| 2743 | if (!this._diagnostics) { |
nothing calls this directly
no test coverage detected